Shades of Fuego #BBC92D
Tints of Fuego #BBC92D
RGB
CMYK
RGB Variations
Color information
#BBC92D (or 0xBBC92D) is known color: Fuego. HEX triplet: BB, C9 and 2D. RGB value is (187,201,45). Sum of RGB (Red+Green+Blue) = 187+201+45=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC92D is #4436D2. Grayscale: #B3B3B3. Windows color (decimal): -4470483 or 3000763. OLE color: 3000763.
HSL color Cylindrical-coordinate representation of color #BBC92D: hue angle of 65.38º degrees, saturation: 0.63, 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 #BBC92D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.21 |
| HSL | 65.38º | 0.63% | 0.48% | - |
| HSV(B) | 65.38º | 0.78% | 0.79% | - |
| XYZ | 41.85 | 52.53 | 10.42 | - |
| YUV | 179.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 45 | 0.07 | 0 | 0.78 | 0.21 | 65.38 | 0.63 | 0.48 |
| Hex | BB | C9 | 2D | 7 | 0 | 4E | 15 | 41 | 3F | 30 |
| Octal | 273 | 311 | 55 | 7 | 0 | 116 | 25 | 101 | 77 | 60 |
| Binary | 10111011 | 11001001 | 101101 | 111 | 0 | 1001110 | 10101 | 1000001 | 111111 | 110000 |
Color Harmonies of #BBC92D
Complementary color
Monochromatic Colors of #BBC92D
Black with #BBC92D
Text Example
Text Example
White with #BBC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC92D; }
p { color: rgb(187,201,45); }
H1.HeaderClassName
{
color: #BBC92D;
}
.AnyTagClassName
{
color: #BBC92D;
}
</style>
background-color css
<style>
a { background-color: #BBC92D; }
a { background-color: rgb(187,201,45); }
div.DivClassName
{
background-color: #BBC92D;
}
.BgClassName
{
background-color: #BBC92D;
}
</style>
border-color css
<style>
span { border-color: #BBC92D; }
span { border-color: rgb(187,201,45); }
td.TdClassName
{
border-color: #BBC92D;
}
.TagClassName
{
border-color: #BBC92D;
}
</style>