Shades of Earls Green #BAAF2D
Tints of Earls Green #BAAF2D
RGB
CMYK
RGB Variations
Color information
#BAAF2D (or 0xBAAF2D) is known color: Earls Green. HEX triplet: BA, AF and 2D. RGB value is (186,175,45). Sum of RGB (Red+Green+Blue) = 186+175+45=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF2D is #4550D2. Grayscale: #A4A4A4. Windows color (decimal): -4542675 or 2994106. OLE color: 2994106.
HSL color Cylindrical-coordinate representation of color #BAAF2D: hue angle of 55.32º 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 #BAAF2D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 45 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.27 |
| HSL | 55.32º | 0.61% | 0.45% | - |
| HSV(B) | 55.32º | 0.76% | 0.73% | - |
| XYZ | 36.05 | 41.29 | 8.55 | - |
| YUV | 163.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 45 | 0 | 0.06 | 0.76 | 0.27 | 55.32 | 0.61 | 0.45 |
| Hex | BA | AF | 2D | 0 | 6 | 4C | 1B | 37 | 3D | 2D |
| Octal | 272 | 257 | 55 | 0 | 6 | 114 | 33 | 67 | 75 | 55 |
| Binary | 10111010 | 10101111 | 101101 | 0 | 110 | 1001100 | 11011 | 110111 | 111101 | 101101 |
Color Harmonies of #BAAF2D
Complementary color
Monochromatic Colors of #BAAF2D
Black with #BAAF2D
Text Example
Text Example
White with #BAAF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF2D; }
p { color: rgb(186,175,45); }
H1.HeaderClassName
{
color: #BAAF2D;
}
.AnyTagClassName
{
color: #BAAF2D;
}
</style>
background-color css
<style>
a { background-color: #BAAF2D; }
a { background-color: rgb(186,175,45); }
div.DivClassName
{
background-color: #BAAF2D;
}
.BgClassName
{
background-color: #BAAF2D;
}
</style>
border-color css
<style>
span { border-color: #BAAF2D; }
span { border-color: rgb(186,175,45); }
td.TdClassName
{
border-color: #BAAF2D;
}
.TagClassName
{
border-color: #BAAF2D;
}
</style>