Shades of Fuego #BBC52E
Tints of Fuego #BBC52E
RGB
CMYK
RGB Variations
Color information
#BBC52E (or 0xBBC52E) is known color: Fuego. HEX triplet: BB, C5 and 2E. RGB value is (187,197,46). Sum of RGB (Red+Green+Blue) = 187+197+46=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC52E is #443AD1. Grayscale: #B1B1B1. Windows color (decimal): -4471506 or 3065275. OLE color: 3065275.
HSL color Cylindrical-coordinate representation of color #BBC52E: hue angle of 63.97º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC52E is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 46 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.23 |
| HSL | 63.97º | 0.62% | 0.48% | - |
| HSV(B) | 63.97º | 0.77% | 0.77% | - |
| XYZ | 40.95 | 50.69 | 10.21 | - |
| YUV | 176.8 | 54.19 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 46 | 0.05 | 0 | 0.77 | 0.23 | 63.97 | 0.62 | 0.48 |
| Hex | BB | C5 | 2E | 5 | 0 | 4D | 17 | 40 | 3E | 30 |
| Octal | 273 | 305 | 56 | 5 | 0 | 115 | 27 | 100 | 76 | 60 |
| Binary | 10111011 | 11000101 | 101110 | 101 | 0 | 1001101 | 10111 | 1000000 | 111110 | 110000 |
Color Harmonies of #BBC52E
Complementary color
Monochromatic Colors of #BBC52E
Black with #BBC52E
Text Example
Text Example
White with #BBC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC52E; }
p { color: rgb(187,197,46); }
H1.HeaderClassName
{
color: #BBC52E;
}
.AnyTagClassName
{
color: #BBC52E;
}
</style>
background-color css
<style>
a { background-color: #BBC52E; }
a { background-color: rgb(187,197,46); }
div.DivClassName
{
background-color: #BBC52E;
}
.BgClassName
{
background-color: #BBC52E;
}
</style>
border-color css
<style>
span { border-color: #BBC52E; }
span { border-color: rgb(187,197,46); }
td.TdClassName
{
border-color: #BBC52E;
}
.TagClassName
{
border-color: #BBC52E;
}
</style>