Shades of Fuego #BAE227
Tints of Fuego #BAE227
RGB
CMYK
RGB Variations
Color information
#BAE227 (or 0xBAE227) is known color: Fuego. HEX triplet: BA, E2 and 27. RGB value is (186,226,39). Sum of RGB (Red+Green+Blue) = 186+226+39=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE227 is #451DD8. Grayscale: #C1C1C1. Windows color (decimal): -4529625 or 2613946. OLE color: 2613946.
HSL color Cylindrical-coordinate representation of color #BAE227: hue angle of 72.83º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAE227 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 39 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.11 |
| HSL | 72.83º | 0.76% | 0.52% | - |
| HSV(B) | 72.83º | 0.83% | 0.89% | - |
| XYZ | 47.81 | 64.98 | 11.94 | - |
| YUV | 192.72 | 41.25 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 39 | 0.18 | 0 | 0.83 | 0.11 | 72.83 | 0.76 | 0.52 |
| Hex | BA | E2 | 27 | 12 | 0 | 53 | B | 49 | 4C | 34 |
| Octal | 272 | 342 | 47 | 22 | 0 | 123 | 13 | 111 | 114 | 64 |
| Binary | 10111010 | 11100010 | 100111 | 10010 | 0 | 1010011 | 1011 | 1001001 | 1001100 | 110100 |
Color Harmonies of #BAE227
Complementary color
Monochromatic Colors of #BAE227
Black with #BAE227
Text Example
Text Example
White with #BAE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE227; }
p { color: rgb(186,226,39); }
H1.HeaderClassName
{
color: #BAE227;
}
.AnyTagClassName
{
color: #BAE227;
}
</style>
background-color css
<style>
a { background-color: #BAE227; }
a { background-color: rgb(186,226,39); }
div.DivClassName
{
background-color: #BAE227;
}
.BgClassName
{
background-color: #BAE227;
}
</style>
border-color css
<style>
span { border-color: #BAE227; }
span { border-color: rgb(186,226,39); }
td.TdClassName
{
border-color: #BAE227;
}
.TagClassName
{
border-color: #BAE227;
}
</style>