Shades of Fuego #BBE22F
Tints of Fuego #BBE22F
RGB
CMYK
RGB Variations
Color information
#BBE22F (or 0xBBE22F) is known color: Fuego. HEX triplet: BB, E2 and 2F. RGB value is (187,226,47). Sum of RGB (Red+Green+Blue) = 187+226+47=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE22F is #441DD0. Grayscale: #C2C2C2. Windows color (decimal): -4464081 or 3138235. OLE color: 3138235.
HSL color Cylindrical-coordinate representation of color #BBE22F: hue angle of 73.07º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBE22F is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 47 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.11 |
| HSL | 73.07º | 0.76% | 0.54% | - |
| HSV(B) | 73.07º | 0.79% | 0.89% | - |
| XYZ | 48.2 | 65.16 | 12.73 | - |
| YUV | 193.93 | 45.08 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 47 | 0.17 | 0 | 0.79 | 0.11 | 73.07 | 0.76 | 0.54 |
| Hex | BB | E2 | 2F | 11 | 0 | 4F | B | 49 | 4C | 36 |
| Octal | 273 | 342 | 57 | 21 | 0 | 117 | 13 | 111 | 114 | 66 |
| Binary | 10111011 | 11100010 | 101111 | 10001 | 0 | 1001111 | 1011 | 1001001 | 1001100 | 110110 |
Color Harmonies of #BBE22F
Complementary color
Monochromatic Colors of #BBE22F
Black with #BBE22F
Text Example
Text Example
White with #BBE22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE22F; }
p { color: rgb(187,226,47); }
H1.HeaderClassName
{
color: #BBE22F;
}
.AnyTagClassName
{
color: #BBE22F;
}
</style>
background-color css
<style>
a { background-color: #BBE22F; }
a { background-color: rgb(187,226,47); }
div.DivClassName
{
background-color: #BBE22F;
}
.BgClassName
{
background-color: #BBE22F;
}
</style>
border-color css
<style>
span { border-color: #BBE22F; }
span { border-color: rgb(187,226,47); }
td.TdClassName
{
border-color: #BBE22F;
}
.TagClassName
{
border-color: #BBE22F;
}
</style>