Shades of Fuego #BBE22B
Tints of Fuego #BBE22B
RGB
CMYK
RGB Variations
Color information
#BBE22B (or 0xBBE22B) is known color: Fuego. HEX triplet: BB, E2 and 2B. RGB value is (187,226,43). Sum of RGB (Red+Green+Blue) = 187+226+43=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE22B is #441DD4. Grayscale: #C2C2C2. Windows color (decimal): -4464085 or 2876091. OLE color: 2876091.
HSL color Cylindrical-coordinate representation of color #BBE22B: hue angle of 72.79º 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 #BBE22B is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 43 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.11 |
| HSL | 72.79º | 0.76% | 0.53% | - |
| HSV(B) | 72.79º | 0.81% | 0.89% | - |
| XYZ | 48.13 | 65.13 | 12.32 | - |
| YUV | 193.48 | 43.08 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 43 | 0.17 | 0 | 0.81 | 0.11 | 72.79 | 0.76 | 0.53 |
| Hex | BB | E2 | 2B | 11 | 0 | 51 | B | 49 | 4C | 35 |
| Octal | 273 | 342 | 53 | 21 | 0 | 121 | 13 | 111 | 114 | 65 |
| Binary | 10111011 | 11100010 | 101011 | 10001 | 0 | 1010001 | 1011 | 1001001 | 1001100 | 110101 |
Color Harmonies of #BBE22B
Complementary color
Monochromatic Colors of #BBE22B
Black with #BBE22B
Text Example
Text Example
White with #BBE22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE22B; }
p { color: rgb(187,226,43); }
H1.HeaderClassName
{
color: #BBE22B;
}
.AnyTagClassName
{
color: #BBE22B;
}
</style>
background-color css
<style>
a { background-color: #BBE22B; }
a { background-color: rgb(187,226,43); }
div.DivClassName
{
background-color: #BBE22B;
}
.BgClassName
{
background-color: #BBE22B;
}
</style>
border-color css
<style>
span { border-color: #BBE22B; }
span { border-color: rgb(187,226,43); }
td.TdClassName
{
border-color: #BBE22B;
}
.TagClassName
{
border-color: #BBE22B;
}
</style>