Shades of Fuego #BBE22C
Tints of Fuego #BBE22C
RGB
CMYK
RGB Variations
Color information
#BBE22C (or 0xBBE22C) is known color: Fuego. HEX triplet: BB, E2 and 2C. RGB value is (187,226,44). Sum of RGB (Red+Green+Blue) = 187+226+44=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE22C is #441DD3. Grayscale: #C2C2C2. Windows color (decimal): -4464084 or 2941627. OLE color: 2941627.
HSL color Cylindrical-coordinate representation of color #BBE22C: hue angle of 72.86º 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 #BBE22C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 44 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.11 |
| HSL | 72.86º | 0.76% | 0.53% | - |
| HSV(B) | 72.86º | 0.81% | 0.89% | - |
| XYZ | 48.14 | 65.14 | 12.42 | - |
| YUV | 193.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 44 | 0.17 | 0 | 0.81 | 0.11 | 72.86 | 0.76 | 0.53 |
| Hex | BB | E2 | 2C | 11 | 0 | 51 | B | 49 | 4C | 35 |
| Octal | 273 | 342 | 54 | 21 | 0 | 121 | 13 | 111 | 114 | 65 |
| Binary | 10111011 | 11100010 | 101100 | 10001 | 0 | 1010001 | 1011 | 1001001 | 1001100 | 110101 |
Color Harmonies of #BBE22C
Complementary color
Monochromatic Colors of #BBE22C
Black with #BBE22C
Text Example
Text Example
White with #BBE22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE22C; }
p { color: rgb(187,226,44); }
H1.HeaderClassName
{
color: #BBE22C;
}
.AnyTagClassName
{
color: #BBE22C;
}
</style>
background-color css
<style>
a { background-color: #BBE22C; }
a { background-color: rgb(187,226,44); }
div.DivClassName
{
background-color: #BBE22C;
}
.BgClassName
{
background-color: #BBE22C;
}
</style>
border-color css
<style>
span { border-color: #BBE22C; }
span { border-color: rgb(187,226,44); }
td.TdClassName
{
border-color: #BBE22C;
}
.TagClassName
{
border-color: #BBE22C;
}
</style>