Shades of Fuego #BBE92A
Tints of Fuego #BBE92A
RGB
CMYK
RGB Variations
Color information
#BBE92A (or 0xBBE92A) is known color: Fuego. HEX triplet: BB, E9 and 2A. RGB value is (187,233,42). Sum of RGB (Red+Green+Blue) = 187+233+42=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE92A is #4416D5. Grayscale: #C6C6C6. Windows color (decimal): -4462294 or 2812347. OLE color: 2812347.
HSL color Cylindrical-coordinate representation of color #BBE92A: hue angle of 74.45º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBE92A is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 42 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.09 |
| HSL | 74.45º | 0.81% | 0.54% | - |
| HSV(B) | 74.45º | 0.82% | 0.91% | - |
| XYZ | 50.05 | 69.01 | 12.87 | - |
| YUV | 197.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 42 | 0.20 | 0 | 0.82 | 0.09 | 74.45 | 0.81 | 0.54 |
| Hex | BB | E9 | 2A | 14 | 0 | 52 | 9 | 4A | 51 | 36 |
| Octal | 273 | 351 | 52 | 24 | 0 | 122 | 11 | 112 | 121 | 66 |
| Binary | 10111011 | 11101001 | 101010 | 10100 | 0 | 1010010 | 1001 | 1001010 | 1010001 | 110110 |
Color Harmonies of #BBE92A
Complementary color
Monochromatic Colors of #BBE92A
Black with #BBE92A
Text Example
Text Example
White with #BBE92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE92A; }
p { color: rgb(187,233,42); }
H1.HeaderClassName
{
color: #BBE92A;
}
.AnyTagClassName
{
color: #BBE92A;
}
</style>
background-color css
<style>
a { background-color: #BBE92A; }
a { background-color: rgb(187,233,42); }
div.DivClassName
{
background-color: #BBE92A;
}
.BgClassName
{
background-color: #BBE92A;
}
</style>
border-color css
<style>
span { border-color: #BBE92A; }
span { border-color: rgb(187,233,42); }
td.TdClassName
{
border-color: #BBE92A;
}
.TagClassName
{
border-color: #BBE92A;
}
</style>