Shades of Earls Green #C0AF1A
Tints of Earls Green #C0AF1A
RGB
CMYK
RGB Variations
Color information
#C0AF1A (or 0xC0AF1A) is known color: Earls Green. HEX triplet: C0, AF and 1A. RGB value is (192,175,26). Sum of RGB (Red+Green+Blue) = 192+175+26=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF1A is #3F50E5. Grayscale: #A3A3A3. Windows color (decimal): -4149478 or 1748928. OLE color: 1748928.
HSL color Cylindrical-coordinate representation of color #C0AF1A: hue angle of 53.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0AF1A is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 26 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.25 |
| HSL | 53.86º | 0.76% | 0.43% | - |
| HSV(B) | 53.86º | 0.86% | 0.75% | - |
| XYZ | 37.25 | 41.94 | 7.11 | - |
| YUV | 163.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 26 | 0 | 0.09 | 0.86 | 0.25 | 53.86 | 0.76 | 0.43 |
| Hex | C0 | AF | 1A | 0 | 9 | 56 | 19 | 36 | 4C | 2B |
| Octal | 300 | 257 | 32 | 0 | 11 | 126 | 31 | 66 | 114 | 53 |
| Binary | 11000000 | 10101111 | 11010 | 0 | 1001 | 1010110 | 11001 | 110110 | 1001100 | 101011 |
Color Harmonies of #C0AF1A
Complementary color
Monochromatic Colors of #C0AF1A
Black with #C0AF1A
Text Example
Text Example
White with #C0AF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF1A; }
p { color: rgb(192,175,26); }
H1.HeaderClassName
{
color: #C0AF1A;
}
.AnyTagClassName
{
color: #C0AF1A;
}
</style>
background-color css
<style>
a { background-color: #C0AF1A; }
a { background-color: rgb(192,175,26); }
div.DivClassName
{
background-color: #C0AF1A;
}
.BgClassName
{
background-color: #C0AF1A;
}
</style>
border-color css
<style>
span { border-color: #C0AF1A; }
span { border-color: rgb(192,175,26); }
td.TdClassName
{
border-color: #C0AF1A;
}
.TagClassName
{
border-color: #C0AF1A;
}
</style>