Shades of Fuego #BBE224
Tints of Fuego #BBE224
RGB
CMYK
RGB Variations
Color information
#BBE224 (or 0xBBE224) is known color: Fuego. HEX triplet: BB, E2 and 24. RGB value is (187,226,36). Sum of RGB (Red+Green+Blue) = 187+226+36=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE224 is #441DDB. Grayscale: #C1C1C1. Windows color (decimal): -4464092 or 2417339. OLE color: 2417339.
HSL color Cylindrical-coordinate representation of color #BBE224: hue angle of 72.32º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBE224 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 36 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.11 |
| HSL | 72.32º | 0.77% | 0.51% | - |
| HSV(B) | 72.32º | 0.84% | 0.89% | - |
| XYZ | 48.01 | 65.08 | 11.7 | - |
| YUV | 192.68 | 39.58 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 36 | 0.17 | 0 | 0.84 | 0.11 | 72.32 | 0.77 | 0.51 |
| Hex | BB | E2 | 24 | 11 | 0 | 54 | B | 48 | 4D | 33 |
| Octal | 273 | 342 | 44 | 21 | 0 | 124 | 13 | 110 | 115 | 63 |
| Binary | 10111011 | 11100010 | 100100 | 10001 | 0 | 1010100 | 1011 | 1001000 | 1001101 | 110011 |
Color Harmonies of #BBE224
Complementary color
Monochromatic Colors of #BBE224
Black with #BBE224
Text Example
Text Example
White with #BBE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE224; }
p { color: rgb(187,226,36); }
H1.HeaderClassName
{
color: #BBE224;
}
.AnyTagClassName
{
color: #BBE224;
}
</style>
background-color css
<style>
a { background-color: #BBE224; }
a { background-color: rgb(187,226,36); }
div.DivClassName
{
background-color: #BBE224;
}
.BgClassName
{
background-color: #BBE224;
}
</style>
border-color css
<style>
span { border-color: #BBE224; }
span { border-color: rgb(187,226,36); }
td.TdClassName
{
border-color: #BBE224;
}
.TagClassName
{
border-color: #BBE224;
}
</style>