Shades of Earls Green #C0AF1E
Tints of Earls Green #C0AF1E
RGB
CMYK
RGB Variations
Color information
#C0AF1E (or 0xC0AF1E) is known color: Earls Green. HEX triplet: C0, AF and 1E. RGB value is (192,175,30). Sum of RGB (Red+Green+Blue) = 192+175+30=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF1E is #3F50E1. Grayscale: #A4A4A4. Windows color (decimal): -4149474 or 2011072. OLE color: 2011072.
HSL color Cylindrical-coordinate representation of color #C0AF1E: hue angle of 53.7º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0AF1E is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 30 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.25 |
| HSL | 53.7º | 0.73% | 0.44% | - |
| HSV(B) | 53.7º | 0.84% | 0.75% | - |
| XYZ | 37.3 | 41.96 | 7.36 | - |
| YUV | 163.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 30 | 0 | 0.09 | 0.84 | 0.25 | 53.7 | 0.73 | 0.44 |
| Hex | C0 | AF | 1E | 0 | 9 | 54 | 19 | 36 | 49 | 2C |
| Octal | 300 | 257 | 36 | 0 | 11 | 124 | 31 | 66 | 111 | 54 |
| Binary | 11000000 | 10101111 | 11110 | 0 | 1001 | 1010100 | 11001 | 110110 | 1001001 | 101100 |
Color Harmonies of #C0AF1E
Complementary color
Monochromatic Colors of #C0AF1E
Black with #C0AF1E
Text Example
Text Example
White with #C0AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF1E; }
p { color: rgb(192,175,30); }
H1.HeaderClassName
{
color: #C0AF1E;
}
.AnyTagClassName
{
color: #C0AF1E;
}
</style>
background-color css
<style>
a { background-color: #C0AF1E; }
a { background-color: rgb(192,175,30); }
div.DivClassName
{
background-color: #C0AF1E;
}
.BgClassName
{
background-color: #C0AF1E;
}
</style>
border-color css
<style>
span { border-color: #C0AF1E; }
span { border-color: rgb(192,175,30); }
td.TdClassName
{
border-color: #C0AF1E;
}
.TagClassName
{
border-color: #C0AF1E;
}
</style>