Shades of Earls Green #BAAF2C
Tints of Earls Green #BAAF2C
RGB
CMYK
RGB Variations
Color information
#BAAF2C (or 0xBAAF2C) is known color: Earls Green. HEX triplet: BA, AF and 2C. RGB value is (186,175,44). Sum of RGB (Red+Green+Blue) = 186+175+44=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF2C is #4550D3. Grayscale: #A3A3A3. Windows color (decimal): -4542676 or 2928570. OLE color: 2928570.
HSL color Cylindrical-coordinate representation of color #BAAF2C: hue angle of 55.35º 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 #BAAF2C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 44 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.27 |
| HSL | 55.35º | 0.62% | 0.45% | - |
| HSV(B) | 55.35º | 0.76% | 0.73% | - |
| XYZ | 36.03 | 41.28 | 8.45 | - |
| YUV | 163.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 44 | 0 | 0.06 | 0.76 | 0.27 | 55.35 | 0.62 | 0.45 |
| Hex | BA | AF | 2C | 0 | 6 | 4C | 1B | 37 | 3E | 2D |
| Octal | 272 | 257 | 54 | 0 | 6 | 114 | 33 | 67 | 76 | 55 |
| Binary | 10111010 | 10101111 | 101100 | 0 | 110 | 1001100 | 11011 | 110111 | 111110 | 101101 |
Color Harmonies of #BAAF2C
Complementary color
Monochromatic Colors of #BAAF2C
Black with #BAAF2C
Text Example
Text Example
White with #BAAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF2C; }
p { color: rgb(186,175,44); }
H1.HeaderClassName
{
color: #BAAF2C;
}
.AnyTagClassName
{
color: #BAAF2C;
}
</style>
background-color css
<style>
a { background-color: #BAAF2C; }
a { background-color: rgb(186,175,44); }
div.DivClassName
{
background-color: #BAAF2C;
}
.BgClassName
{
background-color: #BAAF2C;
}
</style>
border-color css
<style>
span { border-color: #BAAF2C; }
span { border-color: rgb(186,175,44); }
td.TdClassName
{
border-color: #BAAF2C;
}
.TagClassName
{
border-color: #BAAF2C;
}
</style>