Shades of Fuego #BBE22D
Tints of Fuego #BBE22D
RGB
CMYK
RGB Variations
Color information
#BBE22D (or 0xBBE22D) is known color: Fuego. HEX triplet: BB, E2 and 2D. RGB value is (187,226,45). Sum of RGB (Red+Green+Blue) = 187+226+45=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE22D is #441DD2. Grayscale: #C2C2C2. Windows color (decimal): -4464083 or 3007163. OLE color: 3007163.
HSL color Cylindrical-coordinate representation of color #BBE22D: hue angle of 72.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBE22D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 45 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.11 |
| HSL | 72.93º | 0.76% | 0.53% | - |
| HSV(B) | 72.93º | 0.8% | 0.89% | - |
| XYZ | 48.16 | 65.15 | 12.52 | - |
| YUV | 193.71 | 44.08 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 45 | 0.17 | 0 | 0.80 | 0.11 | 72.93 | 0.76 | 0.53 |
| Hex | BB | E2 | 2D | 11 | 0 | 50 | B | 49 | 4C | 35 |
| Octal | 273 | 342 | 55 | 21 | 0 | 120 | 13 | 111 | 114 | 65 |
| Binary | 10111011 | 11100010 | 101101 | 10001 | 0 | 1010000 | 1011 | 1001001 | 1001100 | 110101 |
Color Harmonies of #BBE22D
Complementary color
Monochromatic Colors of #BBE22D
Black with #BBE22D
Text Example
Text Example
White with #BBE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE22D; }
p { color: rgb(187,226,45); }
H1.HeaderClassName
{
color: #BBE22D;
}
.AnyTagClassName
{
color: #BBE22D;
}
</style>
background-color css
<style>
a { background-color: #BBE22D; }
a { background-color: rgb(187,226,45); }
div.DivClassName
{
background-color: #BBE22D;
}
.BgClassName
{
background-color: #BBE22D;
}
</style>
border-color css
<style>
span { border-color: #BBE22D; }
span { border-color: rgb(187,226,45); }
td.TdClassName
{
border-color: #BBE22D;
}
.TagClassName
{
border-color: #BBE22D;
}
</style>