#BEDE27

Color #BEDE27 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BEDE27

Tints of Fuego #BEDE27

Color information

#BEDE27 (or 0xBEDE27) is unknown color: approx Fuego. HEX triplet: BE, DE and 27. RGB value is (190,222,39). Sum of RGB (Red+Green+Blue) = 190+222+39=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE27 is #4121D8. Grayscale: #C0C0C0. Windows color (decimal): -4268505 or 2612926. OLE color: 2612926.

HSL color Cylindrical-coordinate representation of color #BEDE27: hue angle of 70.49º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEDE27 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB19022239-
CMYK0.1400.820.13
HSL70.49º73.49%51.18%-
HSV(B)70.49º82.43%87.06%-
XYZ47.7263.3411.63-
YUV191.5741.9126.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 222 (87.11% from 255) = 49.22%
BLUE value IS 39 (15.62% from 255) = 8.65%
R=42.13%
G=49.22%
B=8.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190222390.1400.820.1370.4973.4951.18
HexBEDE27E052D464933
Octal276336471601221510611163
Binary1011111011011110100111111001010010110110001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE27; }

 p { color: rgb(190,222,39); }

 H1.HeaderClassName
 {
   color: #BEDE27;
 }
 .AnyTagClassName
 {
   color: #BEDE27;
 }
</style>
background-color css

<style>
 a { background-color: #BEDE27; }

 a { background-color: rgb(190,222,39); }

 div.DivClassName
 {
   background-color: #BEDE27;
 }
 .BgClassName
 {
   background-color: #BEDE27;
 }
</style>
border-color css

<style>
 span { border-color: #BEDE27; }

 span { border-color: rgb(190,222,39); }

 td.TdClassName
 {
   border-color: #BEDE27;
 }
 .TagClassName
 {
   border-color: #BEDE27;
 }
</style>