Shades of Fuego #BBCA32
Tints of Fuego #BBCA32
RGB
CMYK
RGB Variations
Color information
#BBCA32 (or 0xBBCA32) is known color: Fuego. HEX triplet: BB, CA and 32. RGB value is (187,202,50). Sum of RGB (Red+Green+Blue) = 187+202+50=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA32 is #4435CD. Grayscale: #B4B4B4. Windows color (decimal): -4470222 or 3328699. OLE color: 3328699.
HSL color Cylindrical-coordinate representation of color #BBCA32: hue angle of 65.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBCA32 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 50 | - |
CMYK | 0.07 | 0 | 0.75 | 0.21 |
HSL | 65.92º | 0.6% | 0.49% | - |
HSV(B) | 65.92º | 0.75% | 0.79% | - |
XYZ | 42.19 | 53.04 | 11.03 | - |
YUV | 180.19 | 54.53 | 132.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 50 | 0.07 | 0 | 0.75 | 0.21 | 65.92 | 0.6 | 0.49 |
Hex | BB | CA | 32 | 7 | 0 | 4B | 15 | 42 | 3C | 31 |
Octal | 273 | 312 | 62 | 7 | 0 | 113 | 25 | 102 | 74 | 61 |
Binary | 10111011 | 11001010 | 110010 | 111 | 0 | 1001011 | 10101 | 1000010 | 111100 | 110001 |
Color Harmonies of #BBCA32
Complementary color
Monochromatic Colors of #BBCA32
Black with #BBCA32
Text Example
Text Example
White with #BBCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA32; }
p { color: rgb(187,202,50); }
H1.HeaderClassName
{
color: #BBCA32;
}
.AnyTagClassName
{
color: #BBCA32;
}
</style>
background-color css
<style>
a { background-color: #BBCA32; }
a { background-color: rgb(187,202,50); }
div.DivClassName
{
background-color: #BBCA32;
}
.BgClassName
{
background-color: #BBCA32;
}
</style>
border-color css
<style>
span { border-color: #BBCA32; }
span { border-color: rgb(187,202,50); }
td.TdClassName
{
border-color: #BBCA32;
}
.TagClassName
{
border-color: #BBCA32;
}
</style>