Shades of Fuego #BAE528
Tints of Fuego #BAE528
RGB
CMYK
RGB Variations
Color information
#BAE528 (or 0xBAE528) is known color: Fuego. HEX triplet: BA, E5 and 28. RGB value is (186,229,40). Sum of RGB (Red+Green+Blue) = 186+229+40=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE528 is #451AD7. Grayscale: #C3C3C3. Windows color (decimal): -4528856 or 2680250. OLE color: 2680250.
HSL color Cylindrical-coordinate representation of color #BAE528: hue angle of 73.65º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAE528 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 40 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.10 |
| HSL | 73.65º | 0.78% | 0.53% | - |
| HSV(B) | 73.65º | 0.83% | 0.9% | - |
| XYZ | 48.65 | 66.63 | 12.3 | - |
| YUV | 194.6 | 40.75 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 40 | 0.19 | 0 | 0.83 | 0.10 | 73.65 | 0.78 | 0.53 |
| Hex | BA | E5 | 28 | 13 | 0 | 53 | A | 4A | 4E | 35 |
| Octal | 272 | 345 | 50 | 23 | 0 | 123 | 12 | 112 | 116 | 65 |
| Binary | 10111010 | 11100101 | 101000 | 10011 | 0 | 1010011 | 1010 | 1001010 | 1001110 | 110101 |
Color Harmonies of #BAE528
Complementary color
Monochromatic Colors of #BAE528
Black with #BAE528
Text Example
Text Example
White with #BAE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE528; }
p { color: rgb(186,229,40); }
H1.HeaderClassName
{
color: #BAE528;
}
.AnyTagClassName
{
color: #BAE528;
}
</style>
background-color css
<style>
a { background-color: #BAE528; }
a { background-color: rgb(186,229,40); }
div.DivClassName
{
background-color: #BAE528;
}
.BgClassName
{
background-color: #BAE528;
}
</style>
border-color css
<style>
span { border-color: #BAE528; }
span { border-color: rgb(186,229,40); }
td.TdClassName
{
border-color: #BAE528;
}
.TagClassName
{
border-color: #BAE528;
}
</style>