#BBCA36

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

Shades of Fuego #BBCA36

Tints of Fuego #BBCA36

Color information

#BBCA36 (or 0xBBCA36) is unknown color: approx Fuego. HEX triplet: BB, CA and 36. RGB value is (187,202,54). Sum of RGB (Red+Green+Blue) = 187+202+54=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA36 is #4435C9. Grayscale: #B5B5B5. Windows color (decimal): -4470218 or 3590843. OLE color: 3590843.

HSL color Cylindrical-coordinate representation of color #BBCA36: hue angle of 66.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBCA36 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB18720254-
CMYK0.0700.730.21
HSL66.08º58.27%50.2%-
HSV(B)66.08º73.27%79.22%-
XYZ42.2853.0711.51-
YUV180.6456.53132.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 54 (21.48% from 255) = 12.19%
R=42.21%
G=45.60%
B=12.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187202540.0700.730.2166.0858.2750.2
HexBBCA36704915423a32
Octal2733126670111251027262
Binary101110111100101011011011101001001101011000010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA36; }

 p { color: rgb(187,202,54); }

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

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

 a { background-color: rgb(187,202,54); }

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

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

 span { border-color: rgb(187,202,54); }

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