Shades of Fuego #BAE22E
Tints of Fuego #BAE22E
RGB
CMYK
RGB Variations
Color information
#BAE22E (or 0xBAE22E) is known color: Fuego. HEX triplet: BA, E2 and 2E. RGB value is (186,226,46). Sum of RGB (Red+Green+Blue) = 186+226+46=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE22E is #451DD1. Grayscale: #C2C2C2. Windows color (decimal): -4529618 or 3072698. OLE color: 3072698.
HSL color Cylindrical-coordinate representation of color #BAE22E: hue angle of 73.33º 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 #BAE22E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 46 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.11 |
| HSL | 73.33º | 0.76% | 0.53% | - |
| HSV(B) | 73.33º | 0.8% | 0.89% | - |
| XYZ | 47.94 | 65.03 | 12.61 | - |
| YUV | 193.52 | 44.75 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 46 | 0.18 | 0 | 0.80 | 0.11 | 73.33 | 0.76 | 0.53 |
| Hex | BA | E2 | 2E | 12 | 0 | 50 | B | 49 | 4C | 35 |
| Octal | 272 | 342 | 56 | 22 | 0 | 120 | 13 | 111 | 114 | 65 |
| Binary | 10111010 | 11100010 | 101110 | 10010 | 0 | 1010000 | 1011 | 1001001 | 1001100 | 110101 |
Color Harmonies of #BAE22E
Complementary color
Monochromatic Colors of #BAE22E
Black with #BAE22E
Text Example
Text Example
White with #BAE22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE22E; }
p { color: rgb(186,226,46); }
H1.HeaderClassName
{
color: #BAE22E;
}
.AnyTagClassName
{
color: #BAE22E;
}
</style>
background-color css
<style>
a { background-color: #BAE22E; }
a { background-color: rgb(186,226,46); }
div.DivClassName
{
background-color: #BAE22E;
}
.BgClassName
{
background-color: #BAE22E;
}
</style>
border-color css
<style>
span { border-color: #BAE22E; }
span { border-color: rgb(186,226,46); }
td.TdClassName
{
border-color: #BAE22E;
}
.TagClassName
{
border-color: #BAE22E;
}
</style>