Shades of Earls Green #C0AA27
Tints of Earls Green #C0AA27
RGB
CMYK
RGB Variations
Color information
#C0AA27 (or 0xC0AA27) is known color: Earls Green. HEX triplet: C0, AA and 27. RGB value is (192,170,39). Sum of RGB (Red+Green+Blue) = 192+170+39=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA27 is #3F55D8. Grayscale: #A2A2A2. Windows color (decimal): -4150745 or 2599616. OLE color: 2599616.
HSL color Cylindrical-coordinate representation of color #C0AA27: hue angle of 51.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0AA27 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 39 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.25 |
| HSL | 51.37º | 0.66% | 0.45% | - |
| HSV(B) | 51.37º | 0.8% | 0.75% | - |
| XYZ | 36.48 | 40.1 | 7.74 | - |
| YUV | 161.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 39 | 0 | 0.11 | 0.80 | 0.25 | 51.37 | 0.66 | 0.45 |
| Hex | C0 | AA | 27 | 0 | B | 50 | 19 | 33 | 42 | 2D |
| Octal | 300 | 252 | 47 | 0 | 13 | 120 | 31 | 63 | 102 | 55 |
| Binary | 11000000 | 10101010 | 100111 | 0 | 1011 | 1010000 | 11001 | 110011 | 1000010 | 101101 |
Color Harmonies of #C0AA27
Complementary color
Monochromatic Colors of #C0AA27
Black with #C0AA27
Text Example
Text Example
White with #C0AA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA27; }
p { color: rgb(192,170,39); }
H1.HeaderClassName
{
color: #C0AA27;
}
.AnyTagClassName
{
color: #C0AA27;
}
</style>
background-color css
<style>
a { background-color: #C0AA27; }
a { background-color: rgb(192,170,39); }
div.DivClassName
{
background-color: #C0AA27;
}
.BgClassName
{
background-color: #C0AA27;
}
</style>
border-color css
<style>
span { border-color: #C0AA27; }
span { border-color: rgb(192,170,39); }
td.TdClassName
{
border-color: #C0AA27;
}
.TagClassName
{
border-color: #C0AA27;
}
</style>