Shades of Fuego #BAE32D
Tints of Fuego #BAE32D
RGB
CMYK
RGB Variations
Color information
#BAE32D (or 0xBAE32D) is known color: Fuego. HEX triplet: BA, E3 and 2D. RGB value is (186,227,45). Sum of RGB (Red+Green+Blue) = 186+227+45=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE32D is #451CD2. Grayscale: #C2C2C2. Windows color (decimal): -4529363 or 3007418. OLE color: 3007418.
HSL color Cylindrical-coordinate representation of color #BAE32D: hue angle of 73.52º 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 #BAE32D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 45 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.11 |
| HSL | 73.52º | 0.76% | 0.53% | - |
| HSV(B) | 73.52º | 0.8% | 0.89% | - |
| XYZ | 48.19 | 65.57 | 12.6 | - |
| YUV | 193.99 | 43.92 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 45 | 0.18 | 0 | 0.80 | 0.11 | 73.52 | 0.76 | 0.53 |
| Hex | BA | E3 | 2D | 12 | 0 | 50 | B | 4A | 4C | 35 |
| Octal | 272 | 343 | 55 | 22 | 0 | 120 | 13 | 112 | 114 | 65 |
| Binary | 10111010 | 11100011 | 101101 | 10010 | 0 | 1010000 | 1011 | 1001010 | 1001100 | 110101 |
Color Harmonies of #BAE32D
Complementary color
Monochromatic Colors of #BAE32D
Black with #BAE32D
Text Example
Text Example
White with #BAE32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE32D; }
p { color: rgb(186,227,45); }
H1.HeaderClassName
{
color: #BAE32D;
}
.AnyTagClassName
{
color: #BAE32D;
}
</style>
background-color css
<style>
a { background-color: #BAE32D; }
a { background-color: rgb(186,227,45); }
div.DivClassName
{
background-color: #BAE32D;
}
.BgClassName
{
background-color: #BAE32D;
}
</style>
border-color css
<style>
span { border-color: #BAE32D; }
span { border-color: rgb(186,227,45); }
td.TdClassName
{
border-color: #BAE32D;
}
.TagClassName
{
border-color: #BAE32D;
}
</style>