Shades of Fuego #BAE429
Tints of Fuego #BAE429
RGB
CMYK
RGB Variations
Color information
#BAE429 (or 0xBAE429) is known color: Fuego. HEX triplet: BA, E4 and 29. RGB value is (186,228,41). Sum of RGB (Red+Green+Blue) = 186+228+41=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE429 is #451BD6. Grayscale: #C2C2C2. Windows color (decimal): -4529111 or 2745530. OLE color: 2745530.
HSL color Cylindrical-coordinate representation of color #BAE429: hue angle of 73.48º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAE429 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 41 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.11 |
| HSL | 73.48º | 0.78% | 0.53% | - |
| HSV(B) | 73.48º | 0.82% | 0.89% | - |
| XYZ | 48.39 | 66.09 | 12.3 | - |
| YUV | 194.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 41 | 0.18 | 0 | 0.82 | 0.11 | 73.48 | 0.78 | 0.53 |
| Hex | BA | E4 | 29 | 12 | 0 | 52 | B | 49 | 4E | 35 |
| Octal | 272 | 344 | 51 | 22 | 0 | 122 | 13 | 111 | 116 | 65 |
| Binary | 10111010 | 11100100 | 101001 | 10010 | 0 | 1010010 | 1011 | 1001001 | 1001110 | 110101 |
Color Harmonies of #BAE429
Complementary color
Monochromatic Colors of #BAE429
Black with #BAE429
Text Example
Text Example
White with #BAE429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE429; }
p { color: rgb(186,228,41); }
H1.HeaderClassName
{
color: #BAE429;
}
.AnyTagClassName
{
color: #BAE429;
}
</style>
background-color css
<style>
a { background-color: #BAE429; }
a { background-color: rgb(186,228,41); }
div.DivClassName
{
background-color: #BAE429;
}
.BgClassName
{
background-color: #BAE429;
}
</style>
border-color css
<style>
span { border-color: #BAE429; }
span { border-color: rgb(186,228,41); }
td.TdClassName
{
border-color: #BAE429;
}
.TagClassName
{
border-color: #BAE429;
}
</style>