Shades of Fuego #BBC92C
Tints of Fuego #BBC92C
RGB
CMYK
RGB Variations
Color information
#BBC92C (or 0xBBC92C) is known color: Fuego. HEX triplet: BB, C9 and 2C. RGB value is (187,201,44). Sum of RGB (Red+Green+Blue) = 187+201+44=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC92C is #4436D3. Grayscale: #B3B3B3. Windows color (decimal): -4470484 or 2935227. OLE color: 2935227.
HSL color Cylindrical-coordinate representation of color #BBC92C: hue angle of 65.35º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC92C is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 44 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.21 |
| HSL | 65.35º | 0.64% | 0.48% | - |
| HSV(B) | 65.35º | 0.78% | 0.79% | - |
| XYZ | 41.83 | 52.52 | 10.32 | - |
| YUV | 178.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 44 | 0.07 | 0 | 0.78 | 0.21 | 65.35 | 0.64 | 0.48 |
| Hex | BB | C9 | 2C | 7 | 0 | 4E | 15 | 41 | 40 | 30 |
| Octal | 273 | 311 | 54 | 7 | 0 | 116 | 25 | 101 | 100 | 60 |
| Binary | 10111011 | 11001001 | 101100 | 111 | 0 | 1001110 | 10101 | 1000001 | 1000000 | 110000 |
Color Harmonies of #BBC92C
Complementary color
Monochromatic Colors of #BBC92C
Black with #BBC92C
Text Example
Text Example
White with #BBC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC92C; }
p { color: rgb(187,201,44); }
H1.HeaderClassName
{
color: #BBC92C;
}
.AnyTagClassName
{
color: #BBC92C;
}
</style>
background-color css
<style>
a { background-color: #BBC92C; }
a { background-color: rgb(187,201,44); }
div.DivClassName
{
background-color: #BBC92C;
}
.BgClassName
{
background-color: #BBC92C;
}
</style>
border-color css
<style>
span { border-color: #BBC92C; }
span { border-color: rgb(187,201,44); }
td.TdClassName
{
border-color: #BBC92C;
}
.TagClassName
{
border-color: #BBC92C;
}
</style>