Shades of Fuego #BBC52F
Tints of Fuego #BBC52F
RGB
CMYK
RGB Variations
Color information
#BBC52F (or 0xBBC52F) is known color: Fuego. HEX triplet: BB, C5 and 2F. RGB value is (187,197,47). Sum of RGB (Red+Green+Blue) = 187+197+47=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC52F is #443AD0. Grayscale: #B1B1B1. Windows color (decimal): -4471505 or 3130811. OLE color: 3130811.
HSL color Cylindrical-coordinate representation of color #BBC52F: hue angle of 64º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBC52F is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 47 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.23 |
| HSL | 64º | 0.61% | 0.48% | - |
| HSV(B) | 64º | 0.76% | 0.77% | - |
| XYZ | 40.97 | 50.7 | 10.32 | - |
| YUV | 176.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 47 | 0.05 | 0 | 0.76 | 0.23 | 64 | 0.61 | 0.48 |
| Hex | BB | C5 | 2F | 5 | 0 | 4C | 17 | 40 | 3D | 30 |
| Octal | 273 | 305 | 57 | 5 | 0 | 114 | 27 | 100 | 75 | 60 |
| Binary | 10111011 | 11000101 | 101111 | 101 | 0 | 1001100 | 10111 | 1000000 | 111101 | 110000 |
Color Harmonies of #BBC52F
Complementary color
Monochromatic Colors of #BBC52F
Black with #BBC52F
Text Example
Text Example
White with #BBC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC52F; }
p { color: rgb(187,197,47); }
H1.HeaderClassName
{
color: #BBC52F;
}
.AnyTagClassName
{
color: #BBC52F;
}
</style>
background-color css
<style>
a { background-color: #BBC52F; }
a { background-color: rgb(187,197,47); }
div.DivClassName
{
background-color: #BBC52F;
}
.BgClassName
{
background-color: #BBC52F;
}
</style>
border-color css
<style>
span { border-color: #BBC52F; }
span { border-color: rgb(187,197,47); }
td.TdClassName
{
border-color: #BBC52F;
}
.TagClassName
{
border-color: #BBC52F;
}
</style>