Shades of Fuego #BBC42E
Tints of Fuego #BBC42E
RGB
CMYK
RGB Variations
Color information
#BBC42E (or 0xBBC42E) is known color: Fuego. HEX triplet: BB, C4 and 2E. RGB value is (187,196,46). Sum of RGB (Red+Green+Blue) = 187+196+46=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC42E is #443BD1. Grayscale: #B0B0B0. Windows color (decimal): -4471762 or 3065019. OLE color: 3065019.
HSL color Cylindrical-coordinate representation of color #BBC42E: hue angle of 63.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC42E is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 46 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.23 |
| HSL | 63.6º | 0.62% | 0.47% | - |
| HSV(B) | 63.6º | 0.77% | 0.77% | - |
| XYZ | 40.73 | 50.24 | 10.14 | - |
| YUV | 176.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 46 | 0.05 | 0 | 0.77 | 0.23 | 63.6 | 0.62 | 0.47 |
| Hex | BB | C4 | 2E | 5 | 0 | 4D | 17 | 40 | 3E | 2F |
| Octal | 273 | 304 | 56 | 5 | 0 | 115 | 27 | 100 | 76 | 57 |
| Binary | 10111011 | 11000100 | 101110 | 101 | 0 | 1001101 | 10111 | 1000000 | 111110 | 101111 |
Color Harmonies of #BBC42E
Complementary color
Monochromatic Colors of #BBC42E
Black with #BBC42E
Text Example
Text Example
White with #BBC42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC42E; }
p { color: rgb(187,196,46); }
H1.HeaderClassName
{
color: #BBC42E;
}
.AnyTagClassName
{
color: #BBC42E;
}
</style>
background-color css
<style>
a { background-color: #BBC42E; }
a { background-color: rgb(187,196,46); }
div.DivClassName
{
background-color: #BBC42E;
}
.BgClassName
{
background-color: #BBC42E;
}
</style>
border-color css
<style>
span { border-color: #BBC42E; }
span { border-color: rgb(187,196,46); }
td.TdClassName
{
border-color: #BBC42E;
}
.TagClassName
{
border-color: #BBC42E;
}
</style>