Shades of Earls Green #BAAA0D
Tints of Earls Green #BAAA0D
RGB
CMYK
RGB Variations
Color information
#BAAA0D (or 0xBAAA0D) is known color: Earls Green. HEX triplet: BA, AA and 0D. RGB value is (186,170,13). Sum of RGB (Red+Green+Blue) = 186+170+13=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA0D is #4555F2. Grayscale: #9D9D9D. Windows color (decimal): -4543987 or 895674. OLE color: 895674.
HSL color Cylindrical-coordinate representation of color #BAAA0D: hue angle of 54.45º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAAA0D is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 13 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.27 |
| HSL | 54.45º | 0.87% | 0.39% | - |
| HSV(B) | 54.45º | 0.93% | 0.73% | - |
| XYZ | 34.7 | 39.22 | 6.12 | - |
| YUV | 156.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 13 | 0 | 0.09 | 0.93 | 0.27 | 54.45 | 0.87 | 0.39 |
| Hex | BA | AA | D | 0 | 9 | 5D | 1B | 36 | 57 | 27 |
| Octal | 272 | 252 | 15 | 0 | 11 | 135 | 33 | 66 | 127 | 47 |
| Binary | 10111010 | 10101010 | 1101 | 0 | 1001 | 1011101 | 11011 | 110110 | 1010111 | 100111 |
Color Harmonies of #BAAA0D
Complementary color
Monochromatic Colors of #BAAA0D
Black with #BAAA0D
Text Example
Text Example
White with #BAAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA0D; }
p { color: rgb(186,170,13); }
H1.HeaderClassName
{
color: #BAAA0D;
}
.AnyTagClassName
{
color: #BAAA0D;
}
</style>
background-color css
<style>
a { background-color: #BAAA0D; }
a { background-color: rgb(186,170,13); }
div.DivClassName
{
background-color: #BAAA0D;
}
.BgClassName
{
background-color: #BAAA0D;
}
</style>
border-color css
<style>
span { border-color: #BAAA0D; }
span { border-color: rgb(186,170,13); }
td.TdClassName
{
border-color: #BAAA0D;
}
.TagClassName
{
border-color: #BAAA0D;
}
</style>