Shades of Fuego #BAE325
Tints of Fuego #BAE325
RGB
CMYK
RGB Variations
Color information
#BAE325 (or 0xBAE325) is known color: Fuego. HEX triplet: BA, E3 and 25. RGB value is (186,227,37). Sum of RGB (Red+Green+Blue) = 186+227+37=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE325 is #451CDA. Grayscale: #C1C1C1. Windows color (decimal): -4529371 or 2483130. OLE color: 2483130.
HSL color Cylindrical-coordinate representation of color #BAE325: hue angle of 72.95º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAE325 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 37 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.11 |
| HSL | 72.95º | 0.77% | 0.52% | - |
| HSV(B) | 72.95º | 0.84% | 0.89% | - |
| XYZ | 48.05 | 65.51 | 11.86 | - |
| YUV | 193.08 | 39.92 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 37 | 0.18 | 0 | 0.84 | 0.11 | 72.95 | 0.77 | 0.52 |
| Hex | BA | E3 | 25 | 12 | 0 | 54 | B | 49 | 4D | 34 |
| Octal | 272 | 343 | 45 | 22 | 0 | 124 | 13 | 111 | 115 | 64 |
| Binary | 10111010 | 11100011 | 100101 | 10010 | 0 | 1010100 | 1011 | 1001001 | 1001101 | 110100 |
Color Harmonies of #BAE325
Complementary color
Monochromatic Colors of #BAE325
Black with #BAE325
Text Example
Text Example
White with #BAE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE325; }
p { color: rgb(186,227,37); }
H1.HeaderClassName
{
color: #BAE325;
}
.AnyTagClassName
{
color: #BAE325;
}
</style>
background-color css
<style>
a { background-color: #BAE325; }
a { background-color: rgb(186,227,37); }
div.DivClassName
{
background-color: #BAE325;
}
.BgClassName
{
background-color: #BAE325;
}
</style>
border-color css
<style>
span { border-color: #BAE325; }
span { border-color: rgb(186,227,37); }
td.TdClassName
{
border-color: #BAE325;
}
.TagClassName
{
border-color: #BAE325;
}
</style>