Shades of Fuego #BBC92F
Tints of Fuego #BBC92F
RGB
CMYK
RGB Variations
Color information
#BBC92F (or 0xBBC92F) is known color: Fuego. HEX triplet: BB, C9 and 2F. RGB value is (187,201,47). Sum of RGB (Red+Green+Blue) = 187+201+47=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC92F is #4436D0. Grayscale: #B3B3B3. Windows color (decimal): -4470481 or 3131835. OLE color: 3131835.
HSL color Cylindrical-coordinate representation of color #BBC92F: hue angle of 65.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC92F is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 47 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.21 |
| HSL | 65.45º | 0.62% | 0.49% | - |
| HSV(B) | 65.45º | 0.77% | 0.79% | - |
| XYZ | 41.89 | 52.54 | 10.62 | - |
| YUV | 179.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 47 | 0.07 | 0 | 0.77 | 0.21 | 65.45 | 0.62 | 0.49 |
| Hex | BB | C9 | 2F | 7 | 0 | 4D | 15 | 41 | 3E | 31 |
| Octal | 273 | 311 | 57 | 7 | 0 | 115 | 25 | 101 | 76 | 61 |
| Binary | 10111011 | 11001001 | 101111 | 111 | 0 | 1001101 | 10101 | 1000001 | 111110 | 110001 |
Color Harmonies of #BBC92F
Complementary color
Monochromatic Colors of #BBC92F
Black with #BBC92F
Text Example
Text Example
White with #BBC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC92F; }
p { color: rgb(187,201,47); }
H1.HeaderClassName
{
color: #BBC92F;
}
.AnyTagClassName
{
color: #BBC92F;
}
</style>
background-color css
<style>
a { background-color: #BBC92F; }
a { background-color: rgb(187,201,47); }
div.DivClassName
{
background-color: #BBC92F;
}
.BgClassName
{
background-color: #BBC92F;
}
</style>
border-color css
<style>
span { border-color: #BBC92F; }
span { border-color: rgb(187,201,47); }
td.TdClassName
{
border-color: #BBC92F;
}
.TagClassName
{
border-color: #BBC92F;
}
</style>