Shades of Earls Green #C0AA2B
Tints of Earls Green #C0AA2B
RGB
CMYK
RGB Variations
Color information
#C0AA2B (or 0xC0AA2B) is known color: Earls Green. HEX triplet: C0, AA and 2B. RGB value is (192,170,43). Sum of RGB (Red+Green+Blue) = 192+170+43=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA2B is #3F55D4. Grayscale: #A2A2A2. Windows color (decimal): -4150741 or 2861760. OLE color: 2861760.
HSL color Cylindrical-coordinate representation of color #C0AA2B: hue angle of 51.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0AA2B is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 43 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.25 |
| HSL | 51.14º | 0.63% | 0.46% | - |
| HSV(B) | 51.14º | 0.78% | 0.75% | - |
| XYZ | 36.55 | 40.13 | 8.11 | - |
| YUV | 162.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 43 | 0 | 0.11 | 0.78 | 0.25 | 51.14 | 0.63 | 0.46 |
| Hex | C0 | AA | 2B | 0 | B | 4E | 19 | 33 | 3F | 2E |
| Octal | 300 | 252 | 53 | 0 | 13 | 116 | 31 | 63 | 77 | 56 |
| Binary | 11000000 | 10101010 | 101011 | 0 | 1011 | 1001110 | 11001 | 110011 | 111111 | 101110 |
Color Harmonies of #C0AA2B
Complementary color
Monochromatic Colors of #C0AA2B
Black with #C0AA2B
Text Example
Text Example
White with #C0AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA2B; }
p { color: rgb(192,170,43); }
H1.HeaderClassName
{
color: #C0AA2B;
}
.AnyTagClassName
{
color: #C0AA2B;
}
</style>
background-color css
<style>
a { background-color: #C0AA2B; }
a { background-color: rgb(192,170,43); }
div.DivClassName
{
background-color: #C0AA2B;
}
.BgClassName
{
background-color: #C0AA2B;
}
</style>
border-color css
<style>
span { border-color: #C0AA2B; }
span { border-color: rgb(192,170,43); }
td.TdClassName
{
border-color: #C0AA2B;
}
.TagClassName
{
border-color: #C0AA2B;
}
</style>