Shades of Earls Green #BAAE2D
Tints of Earls Green #BAAE2D
RGB
CMYK
RGB Variations
Color information
#BAAE2D (or 0xBAAE2D) is known color: Earls Green. HEX triplet: BA, AE and 2D. RGB value is (186,174,45). Sum of RGB (Red+Green+Blue) = 186+174+45=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE2D is #4551D2. Grayscale: #A3A3A3. Windows color (decimal): -4542931 or 2993850. OLE color: 2993850.
HSL color Cylindrical-coordinate representation of color #BAAE2D: hue angle of 54.89º 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 #BAAE2D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 45 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.27 |
| HSL | 54.89º | 0.61% | 0.45% | - |
| HSV(B) | 54.89º | 0.76% | 0.73% | - |
| XYZ | 35.86 | 40.9 | 8.49 | - |
| YUV | 162.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 45 | 0 | 0.06 | 0.76 | 0.27 | 54.89 | 0.61 | 0.45 |
| Hex | BA | AE | 2D | 0 | 6 | 4C | 1B | 37 | 3D | 2D |
| Octal | 272 | 256 | 55 | 0 | 6 | 114 | 33 | 67 | 75 | 55 |
| Binary | 10111010 | 10101110 | 101101 | 0 | 110 | 1001100 | 11011 | 110111 | 111101 | 101101 |
Color Harmonies of #BAAE2D
Complementary color
Monochromatic Colors of #BAAE2D
Black with #BAAE2D
Text Example
Text Example
White with #BAAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE2D; }
p { color: rgb(186,174,45); }
H1.HeaderClassName
{
color: #BAAE2D;
}
.AnyTagClassName
{
color: #BAAE2D;
}
</style>
background-color css
<style>
a { background-color: #BAAE2D; }
a { background-color: rgb(186,174,45); }
div.DivClassName
{
background-color: #BAAE2D;
}
.BgClassName
{
background-color: #BAAE2D;
}
</style>
border-color css
<style>
span { border-color: #BAAE2D; }
span { border-color: rgb(186,174,45); }
td.TdClassName
{
border-color: #BAAE2D;
}
.TagClassName
{
border-color: #BAAE2D;
}
</style>