Shades of Fuego #BBE022
Tints of Fuego #BBE022
RGB
CMYK
RGB Variations
Color information
#BBE022 (or 0xBBE022) is known color: Fuego. HEX triplet: BB, E0 and 22. RGB value is (187,224,34). Sum of RGB (Red+Green+Blue) = 187+224+34=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE022 is #441FDD. Grayscale: #C0C0C0. Windows color (decimal): -4464606 or 2285755. OLE color: 2285755.
HSL color Cylindrical-coordinate representation of color #BBE022: hue angle of 71.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBE022 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 34 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.12 |
| HSL | 71.68º | 0.75% | 0.51% | - |
| HSV(B) | 71.68º | 0.85% | 0.88% | - |
| XYZ | 47.44 | 63.99 | 11.36 | - |
| YUV | 191.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 34 | 0.17 | 0 | 0.85 | 0.12 | 71.68 | 0.75 | 0.51 |
| Hex | BB | E0 | 22 | 11 | 0 | 55 | C | 48 | 4B | 33 |
| Octal | 273 | 340 | 42 | 21 | 0 | 125 | 14 | 110 | 113 | 63 |
| Binary | 10111011 | 11100000 | 100010 | 10001 | 0 | 1010101 | 1100 | 1001000 | 1001011 | 110011 |
Color Harmonies of #BBE022
Complementary color
Monochromatic Colors of #BBE022
Black with #BBE022
Text Example
Text Example
White with #BBE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE022; }
p { color: rgb(187,224,34); }
H1.HeaderClassName
{
color: #BBE022;
}
.AnyTagClassName
{
color: #BBE022;
}
</style>
background-color css
<style>
a { background-color: #BBE022; }
a { background-color: rgb(187,224,34); }
div.DivClassName
{
background-color: #BBE022;
}
.BgClassName
{
background-color: #BBE022;
}
</style>
border-color css
<style>
span { border-color: #BBE022; }
span { border-color: rgb(187,224,34); }
td.TdClassName
{
border-color: #BBE022;
}
.TagClassName
{
border-color: #BBE022;
}
</style>