Shades of Fuego #BAE427
Tints of Fuego #BAE427
RGB
CMYK
RGB Variations
Color information
#BAE427 (or 0xBAE427) is known color: Fuego. HEX triplet: BA, E4 and 27. RGB value is (186,228,39). Sum of RGB (Red+Green+Blue) = 186+228+39=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE427 is #451BD8. Grayscale: #C2C2C2. Windows color (decimal): -4529113 or 2614458. OLE color: 2614458.
HSL color Cylindrical-coordinate representation of color #BAE427: hue angle of 73.33º degrees, saturation: 0.78, 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 #BAE427 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 39 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.11 |
| HSL | 73.33º | 0.78% | 0.52% | - |
| HSV(B) | 73.33º | 0.83% | 0.89% | - |
| XYZ | 48.36 | 66.07 | 12.12 | - |
| YUV | 193.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 39 | 0.18 | 0 | 0.83 | 0.11 | 73.33 | 0.78 | 0.52 |
| Hex | BA | E4 | 27 | 12 | 0 | 53 | B | 49 | 4E | 34 |
| Octal | 272 | 344 | 47 | 22 | 0 | 123 | 13 | 111 | 116 | 64 |
| Binary | 10111010 | 11100100 | 100111 | 10010 | 0 | 1010011 | 1011 | 1001001 | 1001110 | 110100 |
Color Harmonies of #BAE427
Complementary color
Monochromatic Colors of #BAE427
Black with #BAE427
Text Example
Text Example
White with #BAE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE427; }
p { color: rgb(186,228,39); }
H1.HeaderClassName
{
color: #BAE427;
}
.AnyTagClassName
{
color: #BAE427;
}
</style>
background-color css
<style>
a { background-color: #BAE427; }
a { background-color: rgb(186,228,39); }
div.DivClassName
{
background-color: #BAE427;
}
.BgClassName
{
background-color: #BAE427;
}
</style>
border-color css
<style>
span { border-color: #BAE427; }
span { border-color: rgb(186,228,39); }
td.TdClassName
{
border-color: #BAE427;
}
.TagClassName
{
border-color: #BAE427;
}
</style>