Shades of Fuego #BBE223
Tints of Fuego #BBE223
RGB
CMYK
RGB Variations
Color information
#BBE223 (or 0xBBE223) is known color: Fuego. HEX triplet: BB, E2 and 23. RGB value is (187,226,35). Sum of RGB (Red+Green+Blue) = 187+226+35=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE223 is #441DDC. Grayscale: #C1C1C1. Windows color (decimal): -4464093 or 2351803. OLE color: 2351803.
HSL color Cylindrical-coordinate representation of color #BBE223: hue angle of 72.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBE223 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 35 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.11 |
| HSL | 72.25º | 0.77% | 0.51% | - |
| HSV(B) | 72.25º | 0.85% | 0.89% | - |
| XYZ | 47.99 | 65.08 | 11.62 | - |
| YUV | 192.57 | 39.08 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 35 | 0.17 | 0 | 0.85 | 0.11 | 72.25 | 0.77 | 0.51 |
| Hex | BB | E2 | 23 | 11 | 0 | 55 | B | 48 | 4D | 33 |
| Octal | 273 | 342 | 43 | 21 | 0 | 125 | 13 | 110 | 115 | 63 |
| Binary | 10111011 | 11100010 | 100011 | 10001 | 0 | 1010101 | 1011 | 1001000 | 1001101 | 110011 |
Color Harmonies of #BBE223
Complementary color
Monochromatic Colors of #BBE223
Black with #BBE223
Text Example
Text Example
White with #BBE223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE223; }
p { color: rgb(187,226,35); }
H1.HeaderClassName
{
color: #BBE223;
}
.AnyTagClassName
{
color: #BBE223;
}
</style>
background-color css
<style>
a { background-color: #BBE223; }
a { background-color: rgb(187,226,35); }
div.DivClassName
{
background-color: #BBE223;
}
.BgClassName
{
background-color: #BBE223;
}
</style>
border-color css
<style>
span { border-color: #BBE223; }
span { border-color: rgb(187,226,35); }
td.TdClassName
{
border-color: #BBE223;
}
.TagClassName
{
border-color: #BBE223;
}
</style>