Shades of Earls Green #BAAE2C
Tints of Earls Green #BAAE2C
RGB
CMYK
RGB Variations
Color information
#BAAE2C (or 0xBAAE2C) is known color: Earls Green. HEX triplet: BA, AE and 2C. RGB value is (186,174,44). Sum of RGB (Red+Green+Blue) = 186+174+44=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE2C is #4551D3. Grayscale: #A3A3A3. Windows color (decimal): -4542932 or 2928314. OLE color: 2928314.
HSL color Cylindrical-coordinate representation of color #BAAE2C: hue angle of 54.93º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAAE2C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 44 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.27 |
| HSL | 54.93º | 0.62% | 0.45% | - |
| HSV(B) | 54.93º | 0.76% | 0.73% | - |
| XYZ | 35.84 | 40.89 | 8.39 | - |
| YUV | 162.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 44 | 0 | 0.06 | 0.76 | 0.27 | 54.93 | 0.62 | 0.45 |
| Hex | BA | AE | 2C | 0 | 6 | 4C | 1B | 37 | 3E | 2D |
| Octal | 272 | 256 | 54 | 0 | 6 | 114 | 33 | 67 | 76 | 55 |
| Binary | 10111010 | 10101110 | 101100 | 0 | 110 | 1001100 | 11011 | 110111 | 111110 | 101101 |
Color Harmonies of #BAAE2C
Complementary color
Monochromatic Colors of #BAAE2C
Black with #BAAE2C
Text Example
Text Example
White with #BAAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE2C; }
p { color: rgb(186,174,44); }
H1.HeaderClassName
{
color: #BAAE2C;
}
.AnyTagClassName
{
color: #BAAE2C;
}
</style>
background-color css
<style>
a { background-color: #BAAE2C; }
a { background-color: rgb(186,174,44); }
div.DivClassName
{
background-color: #BAAE2C;
}
.BgClassName
{
background-color: #BAAE2C;
}
</style>
border-color css
<style>
span { border-color: #BAAE2C; }
span { border-color: rgb(186,174,44); }
td.TdClassName
{
border-color: #BAAE2C;
}
.TagClassName
{
border-color: #BAAE2C;
}
</style>