Shades of Fuego #BBCB2C
Tints of Fuego #BBCB2C
RGB
CMYK
RGB Variations
Color information
#BBCB2C (or 0xBBCB2C) is known color: Fuego. HEX triplet: BB, CB and 2C. RGB value is (187,203,44). Sum of RGB (Red+Green+Blue) = 187+203+44=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB2C is #4434D3. Grayscale: #B4B4B4. Windows color (decimal): -4469972 or 2935739. OLE color: 2935739.
HSL color Cylindrical-coordinate representation of color #BBCB2C: hue angle of 66.04º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBCB2C is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 44 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.20 |
| HSL | 66.04º | 0.64% | 0.48% | - |
| HSV(B) | 66.04º | 0.78% | 0.8% | - |
| XYZ | 42.3 | 53.46 | 10.47 | - |
| YUV | 180.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 44 | 0.08 | 0 | 0.78 | 0.20 | 66.04 | 0.64 | 0.48 |
| Hex | BB | CB | 2C | 8 | 0 | 4E | 14 | 42 | 40 | 30 |
| Octal | 273 | 313 | 54 | 10 | 0 | 116 | 24 | 102 | 100 | 60 |
| Binary | 10111011 | 11001011 | 101100 | 1000 | 0 | 1001110 | 10100 | 1000010 | 1000000 | 110000 |
Color Harmonies of #BBCB2C
Complementary color
Monochromatic Colors of #BBCB2C
Black with #BBCB2C
Text Example
Text Example
White with #BBCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB2C; }
p { color: rgb(187,203,44); }
H1.HeaderClassName
{
color: #BBCB2C;
}
.AnyTagClassName
{
color: #BBCB2C;
}
</style>
background-color css
<style>
a { background-color: #BBCB2C; }
a { background-color: rgb(187,203,44); }
div.DivClassName
{
background-color: #BBCB2C;
}
.BgClassName
{
background-color: #BBCB2C;
}
</style>
border-color css
<style>
span { border-color: #BBCB2C; }
span { border-color: rgb(187,203,44); }
td.TdClassName
{
border-color: #BBCB2C;
}
.TagClassName
{
border-color: #BBCB2C;
}
</style>