Shades of Fuego #BBC62E
Tints of Fuego #BBC62E
RGB
CMYK
RGB Variations
Color information
#BBC62E (or 0xBBC62E) is known color: Fuego. HEX triplet: BB, C6 and 2E. RGB value is (187,198,46). Sum of RGB (Red+Green+Blue) = 187+198+46=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC62E is #4439D1. Grayscale: #B1B1B1. Windows color (decimal): -4471250 or 3065531. OLE color: 3065531.
HSL color Cylindrical-coordinate representation of color #BBC62E: hue angle of 64.34º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC62E is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 46 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.22 |
| HSL | 64.34º | 0.62% | 0.48% | - |
| HSV(B) | 64.34º | 0.77% | 0.78% | - |
| XYZ | 41.18 | 51.15 | 10.29 | - |
| YUV | 177.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 46 | 0.06 | 0 | 0.77 | 0.22 | 64.34 | 0.62 | 0.48 |
| Hex | BB | C6 | 2E | 6 | 0 | 4D | 16 | 40 | 3E | 30 |
| Octal | 273 | 306 | 56 | 6 | 0 | 115 | 26 | 100 | 76 | 60 |
| Binary | 10111011 | 11000110 | 101110 | 110 | 0 | 1001101 | 10110 | 1000000 | 111110 | 110000 |
Color Harmonies of #BBC62E
Complementary color
Monochromatic Colors of #BBC62E
Black with #BBC62E
Text Example
Text Example
White with #BBC62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC62E; }
p { color: rgb(187,198,46); }
H1.HeaderClassName
{
color: #BBC62E;
}
.AnyTagClassName
{
color: #BBC62E;
}
</style>
background-color css
<style>
a { background-color: #BBC62E; }
a { background-color: rgb(187,198,46); }
div.DivClassName
{
background-color: #BBC62E;
}
.BgClassName
{
background-color: #BBC62E;
}
</style>
border-color css
<style>
span { border-color: #BBC62E; }
span { border-color: rgb(187,198,46); }
td.TdClassName
{
border-color: #BBC62E;
}
.TagClassName
{
border-color: #BBC62E;
}
</style>