Shades of Fuego #BBE02B
Tints of Fuego #BBE02B
RGB
CMYK
RGB Variations
Color information
#BBE02B (or 0xBBE02B) is known color: Fuego. HEX triplet: BB, E0 and 2B. RGB value is (187,224,43). Sum of RGB (Red+Green+Blue) = 187+224+43=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE02B is #441FD4. Grayscale: #C0C0C0. Windows color (decimal): -4464597 or 2875579. OLE color: 2875579.
HSL color Cylindrical-coordinate representation of color #BBE02B: hue angle of 72.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBE02B is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 43 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.12 |
| HSL | 72.27º | 0.74% | 0.52% | - |
| HSV(B) | 72.27º | 0.81% | 0.88% | - |
| XYZ | 47.59 | 64.05 | 12.14 | - |
| YUV | 192.3 | 43.74 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 43 | 0.17 | 0 | 0.81 | 0.12 | 72.27 | 0.74 | 0.52 |
| Hex | BB | E0 | 2B | 11 | 0 | 51 | C | 48 | 4A | 34 |
| Octal | 273 | 340 | 53 | 21 | 0 | 121 | 14 | 110 | 112 | 64 |
| Binary | 10111011 | 11100000 | 101011 | 10001 | 0 | 1010001 | 1100 | 1001000 | 1001010 | 110100 |
Color Harmonies of #BBE02B
Complementary color
Monochromatic Colors of #BBE02B
Black with #BBE02B
Text Example
Text Example
White with #BBE02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE02B; }
p { color: rgb(187,224,43); }
H1.HeaderClassName
{
color: #BBE02B;
}
.AnyTagClassName
{
color: #BBE02B;
}
</style>
background-color css
<style>
a { background-color: #BBE02B; }
a { background-color: rgb(187,224,43); }
div.DivClassName
{
background-color: #BBE02B;
}
.BgClassName
{
background-color: #BBE02B;
}
</style>
border-color css
<style>
span { border-color: #BBE02B; }
span { border-color: rgb(187,224,43); }
td.TdClassName
{
border-color: #BBE02B;
}
.TagClassName
{
border-color: #BBE02B;
}
</style>