Shades of Fuego #BAE027
Tints of Fuego #BAE027
RGB
CMYK
RGB Variations
Color information
#BAE027 (or 0xBAE027) is known color: Fuego. HEX triplet: BA, E0 and 27. RGB value is (186,224,39). Sum of RGB (Red+Green+Blue) = 186+224+39=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE027 is #451FD8. Grayscale: #C0C0C0. Windows color (decimal): -4530137 or 2613434. OLE color: 2613434.
HSL color Cylindrical-coordinate representation of color #BAE027: hue angle of 72.32º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAE027 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 39 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.12 |
| HSL | 72.32º | 0.75% | 0.52% | - |
| HSV(B) | 72.32º | 0.83% | 0.88% | - |
| XYZ | 47.27 | 63.9 | 11.76 | - |
| YUV | 191.55 | 41.91 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 39 | 0.17 | 0 | 0.83 | 0.12 | 72.32 | 0.75 | 0.52 |
| Hex | BA | E0 | 27 | 11 | 0 | 53 | C | 48 | 4B | 34 |
| Octal | 272 | 340 | 47 | 21 | 0 | 123 | 14 | 110 | 113 | 64 |
| Binary | 10111010 | 11100000 | 100111 | 10001 | 0 | 1010011 | 1100 | 1001000 | 1001011 | 110100 |
Color Harmonies of #BAE027
Complementary color
Monochromatic Colors of #BAE027
Black with #BAE027
Text Example
Text Example
White with #BAE027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE027; }
p { color: rgb(186,224,39); }
H1.HeaderClassName
{
color: #BAE027;
}
.AnyTagClassName
{
color: #BAE027;
}
</style>
background-color css
<style>
a { background-color: #BAE027; }
a { background-color: rgb(186,224,39); }
div.DivClassName
{
background-color: #BAE027;
}
.BgClassName
{
background-color: #BAE027;
}
</style>
border-color css
<style>
span { border-color: #BAE027; }
span { border-color: rgb(186,224,39); }
td.TdClassName
{
border-color: #BAE027;
}
.TagClassName
{
border-color: #BAE027;
}
</style>