Shades of Earls Green #C0AC27
Tints of Earls Green #C0AC27
RGB
CMYK
RGB Variations
Color information
#C0AC27 (or 0xC0AC27) is known color: Earls Green. HEX triplet: C0, AC and 27. RGB value is (192,172,39). Sum of RGB (Red+Green+Blue) = 192+172+39=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC27 is #3F53D8. Grayscale: #A3A3A3. Windows color (decimal): -4150233 or 2600128. OLE color: 2600128.
HSL color Cylindrical-coordinate representation of color #C0AC27: hue angle of 52.16º 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 #C0AC27 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 39 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.25 |
| HSL | 52.16º | 0.66% | 0.45% | - |
| HSV(B) | 52.16º | 0.8% | 0.75% | - |
| XYZ | 36.86 | 40.86 | 7.86 | - |
| YUV | 162.82 | 58.13 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 39 | 0 | 0.10 | 0.80 | 0.25 | 52.16 | 0.66 | 0.45 |
| Hex | C0 | AC | 27 | 0 | A | 50 | 19 | 34 | 42 | 2D |
| Octal | 300 | 254 | 47 | 0 | 12 | 120 | 31 | 64 | 102 | 55 |
| Binary | 11000000 | 10101100 | 100111 | 0 | 1010 | 1010000 | 11001 | 110100 | 1000010 | 101101 |
Color Harmonies of #C0AC27
Complementary color
Monochromatic Colors of #C0AC27
Black with #C0AC27
Text Example
Text Example
White with #C0AC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC27; }
p { color: rgb(192,172,39); }
H1.HeaderClassName
{
color: #C0AC27;
}
.AnyTagClassName
{
color: #C0AC27;
}
</style>
background-color css
<style>
a { background-color: #C0AC27; }
a { background-color: rgb(192,172,39); }
div.DivClassName
{
background-color: #C0AC27;
}
.BgClassName
{
background-color: #C0AC27;
}
</style>
border-color css
<style>
span { border-color: #C0AC27; }
span { border-color: rgb(192,172,39); }
td.TdClassName
{
border-color: #C0AC27;
}
.TagClassName
{
border-color: #C0AC27;
}
</style>