Shades of Fuego #BBE02A
Tints of Fuego #BBE02A
RGB
CMYK
RGB Variations
Color information
#BBE02A (or 0xBBE02A) is known color: Fuego. HEX triplet: BB, E0 and 2A. RGB value is (187,224,42). Sum of RGB (Red+Green+Blue) = 187+224+42=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE02A is #441FD5. Grayscale: #C0C0C0. Windows color (decimal): -4464598 or 2810043. OLE color: 2810043.
HSL color Cylindrical-coordinate representation of color #BBE02A: hue angle of 72.2º degrees, saturation: 0.75, 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 #BBE02A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 42 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.12 |
| HSL | 72.2º | 0.75% | 0.52% | - |
| HSV(B) | 72.2º | 0.81% | 0.88% | - |
| XYZ | 47.57 | 64.04 | 12.05 | - |
| YUV | 192.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 42 | 0.17 | 0 | 0.81 | 0.12 | 72.2 | 0.75 | 0.52 |
| Hex | BB | E0 | 2A | 11 | 0 | 51 | C | 48 | 4B | 34 |
| Octal | 273 | 340 | 52 | 21 | 0 | 121 | 14 | 110 | 113 | 64 |
| Binary | 10111011 | 11100000 | 101010 | 10001 | 0 | 1010001 | 1100 | 1001000 | 1001011 | 110100 |
Color Harmonies of #BBE02A
Complementary color
Monochromatic Colors of #BBE02A
Black with #BBE02A
Text Example
Text Example
White with #BBE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE02A; }
p { color: rgb(187,224,42); }
H1.HeaderClassName
{
color: #BBE02A;
}
.AnyTagClassName
{
color: #BBE02A;
}
</style>
background-color css
<style>
a { background-color: #BBE02A; }
a { background-color: rgb(187,224,42); }
div.DivClassName
{
background-color: #BBE02A;
}
.BgClassName
{
background-color: #BBE02A;
}
</style>
border-color css
<style>
span { border-color: #BBE02A; }
span { border-color: rgb(187,224,42); }
td.TdClassName
{
border-color: #BBE02A;
}
.TagClassName
{
border-color: #BBE02A;
}
</style>