Shades of Fuego #BAE12D
Tints of Fuego #BAE12D
RGB
CMYK
RGB Variations
Color information
#BAE12D (or 0xBAE12D) is known color: Fuego. HEX triplet: BA, E1 and 2D. RGB value is (186,225,45). Sum of RGB (Red+Green+Blue) = 186+225+45=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE12D is #451ED2. Grayscale: #C1C1C1. Windows color (decimal): -4529875 or 3006906. OLE color: 3006906.
HSL color Cylindrical-coordinate representation of color #BAE12D: hue angle of 73º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAE12D is Cyan = 0.17, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 45 | - |
| CMYK | 0.17 | 0 | 0.8 | 0.12 |
| HSL | 73º | 0.75% | 0.53% | - |
| HSV(B) | 73º | 0.8% | 0.88% | - |
| XYZ | 47.65 | 64.48 | 12.42 | - |
| YUV | 192.82 | 44.58 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 45 | 0.17 | 0 | 0.8 | 0.12 | 73 | 0.75 | 0.53 |
| Hex | BA | E1 | 2D | 11 | 0 | 50 | C | 49 | 4B | 35 |
| Octal | 272 | 341 | 55 | 21 | 0 | 120 | 14 | 111 | 113 | 65 |
| Binary | 10111010 | 11100001 | 101101 | 10001 | 0 | 1010000 | 1100 | 1001001 | 1001011 | 110101 |
Color Harmonies of #BAE12D
Complementary color
Monochromatic Colors of #BAE12D
Black with #BAE12D
Text Example
Text Example
White with #BAE12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE12D; }
p { color: rgb(186,225,45); }
H1.HeaderClassName
{
color: #BAE12D;
}
.AnyTagClassName
{
color: #BAE12D;
}
</style>
background-color css
<style>
a { background-color: #BAE12D; }
a { background-color: rgb(186,225,45); }
div.DivClassName
{
background-color: #BAE12D;
}
.BgClassName
{
background-color: #BAE12D;
}
</style>
border-color css
<style>
span { border-color: #BAE12D; }
span { border-color: rgb(186,225,45); }
td.TdClassName
{
border-color: #BAE12D;
}
.TagClassName
{
border-color: #BAE12D;
}
</style>