Shades of Fuego #BBCB33
Tints of Fuego #BBCB33
RGB
CMYK
RGB Variations
Color information
#BBCB33 (or 0xBBCB33) is known color: Fuego. HEX triplet: BB, CB and 33. RGB value is (187,203,51). Sum of RGB (Red+Green+Blue) = 187+203+51=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB33 is #4434CC. Grayscale: #B5B5B5. Windows color (decimal): -4469965 or 3394491. OLE color: 3394491.
HSL color Cylindrical-coordinate representation of color #BBCB33: hue angle of 66.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBCB33 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 51 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.20 |
| HSL | 66.32º | 0.6% | 0.5% | - |
| HSV(B) | 66.32º | 0.75% | 0.8% | - |
| XYZ | 42.45 | 53.52 | 11.22 | - |
| YUV | 180.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 51 | 0.08 | 0 | 0.75 | 0.20 | 66.32 | 0.6 | 0.5 |
| Hex | BB | CB | 33 | 8 | 0 | 4B | 14 | 42 | 3C | 32 |
| Octal | 273 | 313 | 63 | 10 | 0 | 113 | 24 | 102 | 74 | 62 |
| Binary | 10111011 | 11001011 | 110011 | 1000 | 0 | 1001011 | 10100 | 1000010 | 111100 | 110010 |
Color Harmonies of #BBCB33
Complementary color
Monochromatic Colors of #BBCB33
Black with #BBCB33
Text Example
Text Example
White with #BBCB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB33; }
p { color: rgb(187,203,51); }
H1.HeaderClassName
{
color: #BBCB33;
}
.AnyTagClassName
{
color: #BBCB33;
}
</style>
background-color css
<style>
a { background-color: #BBCB33; }
a { background-color: rgb(187,203,51); }
div.DivClassName
{
background-color: #BBCB33;
}
.BgClassName
{
background-color: #BBCB33;
}
</style>
border-color css
<style>
span { border-color: #BBCB33; }
span { border-color: rgb(187,203,51); }
td.TdClassName
{
border-color: #BBCB33;
}
.TagClassName
{
border-color: #BBCB33;
}
</style>