Shades of Fuego #BBE22A
Tints of Fuego #BBE22A
RGB
CMYK
RGB Variations
Color information
#BBE22A (or 0xBBE22A) is known color: Fuego. HEX triplet: BB, E2 and 2A. RGB value is (187,226,42). Sum of RGB (Red+Green+Blue) = 187+226+42=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE22A is #441DD5. Grayscale: #C2C2C2. Windows color (decimal): -4464086 or 2810555. OLE color: 2810555.
HSL color Cylindrical-coordinate representation of color #BBE22A: hue angle of 72.72º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBE22A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 42 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.11 |
| HSL | 72.72º | 0.76% | 0.53% | - |
| HSV(B) | 72.72º | 0.81% | 0.89% | - |
| XYZ | 48.11 | 65.12 | 12.23 | - |
| YUV | 193.36 | 42.58 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 42 | 0.17 | 0 | 0.81 | 0.11 | 72.72 | 0.76 | 0.53 |
| Hex | BB | E2 | 2A | 11 | 0 | 51 | B | 49 | 4C | 35 |
| Octal | 273 | 342 | 52 | 21 | 0 | 121 | 13 | 111 | 114 | 65 |
| Binary | 10111011 | 11100010 | 101010 | 10001 | 0 | 1010001 | 1011 | 1001001 | 1001100 | 110101 |
Color Harmonies of #BBE22A
Complementary color
Monochromatic Colors of #BBE22A
Black with #BBE22A
Text Example
Text Example
White with #BBE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE22A; }
p { color: rgb(187,226,42); }
H1.HeaderClassName
{
color: #BBE22A;
}
.AnyTagClassName
{
color: #BBE22A;
}
</style>
background-color css
<style>
a { background-color: #BBE22A; }
a { background-color: rgb(187,226,42); }
div.DivClassName
{
background-color: #BBE22A;
}
.BgClassName
{
background-color: #BBE22A;
}
</style>
border-color css
<style>
span { border-color: #BBE22A; }
span { border-color: rgb(187,226,42); }
td.TdClassName
{
border-color: #BBE22A;
}
.TagClassName
{
border-color: #BBE22A;
}
</style>