Shades of Earls Green #BAAC2D
Tints of Earls Green #BAAC2D
RGB
CMYK
RGB Variations
Color information
#BAAC2D (or 0xBAAC2D) is known color: Earls Green. HEX triplet: BA, AC and 2D. RGB value is (186,172,45). Sum of RGB (Red+Green+Blue) = 186+172+45=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC2D is #4553D2. Grayscale: #A2A2A2. Windows color (decimal): -4543443 or 2993338. OLE color: 2993338.
HSL color Cylindrical-coordinate representation of color #BAAC2D: hue angle of 54.04º degrees, saturation: 0.61, 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 #BAAC2D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 45 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.27 |
| HSL | 54.04º | 0.61% | 0.45% | - |
| HSV(B) | 54.04º | 0.76% | 0.73% | - |
| XYZ | 35.48 | 40.13 | 8.36 | - |
| YUV | 161.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 45 | 0 | 0.08 | 0.76 | 0.27 | 54.04 | 0.61 | 0.45 |
| Hex | BA | AC | 2D | 0 | 8 | 4C | 1B | 36 | 3D | 2D |
| Octal | 272 | 254 | 55 | 0 | 10 | 114 | 33 | 66 | 75 | 55 |
| Binary | 10111010 | 10101100 | 101101 | 0 | 1000 | 1001100 | 11011 | 110110 | 111101 | 101101 |
Color Harmonies of #BAAC2D
Complementary color
Monochromatic Colors of #BAAC2D
Black with #BAAC2D
Text Example
Text Example
White with #BAAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC2D; }
p { color: rgb(186,172,45); }
H1.HeaderClassName
{
color: #BAAC2D;
}
.AnyTagClassName
{
color: #BAAC2D;
}
</style>
background-color css
<style>
a { background-color: #BAAC2D; }
a { background-color: rgb(186,172,45); }
div.DivClassName
{
background-color: #BAAC2D;
}
.BgClassName
{
background-color: #BAAC2D;
}
</style>
border-color css
<style>
span { border-color: #BAAC2D; }
span { border-color: rgb(186,172,45); }
td.TdClassName
{
border-color: #BAAC2D;
}
.TagClassName
{
border-color: #BAAC2D;
}
</style>