Shades of Earls Green #C0AF1F
Tints of Earls Green #C0AF1F
RGB
CMYK
RGB Variations
Color information
#C0AF1F (or 0xC0AF1F) is known color: Earls Green. HEX triplet: C0, AF and 1F. RGB value is (192,175,31). Sum of RGB (Red+Green+Blue) = 192+175+31=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF1F is #3F50E0. Grayscale: #A4A4A4. Windows color (decimal): -4149473 or 2076608. OLE color: 2076608.
HSL color Cylindrical-coordinate representation of color #C0AF1F: hue angle of 53.66º degrees, saturation: 0.72, 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 #C0AF1F is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 31 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.25 |
| HSL | 53.66º | 0.72% | 0.44% | - |
| HSV(B) | 53.66º | 0.84% | 0.75% | - |
| XYZ | 37.32 | 41.97 | 7.43 | - |
| YUV | 163.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 31 | 0 | 0.09 | 0.84 | 0.25 | 53.66 | 0.72 | 0.44 |
| Hex | C0 | AF | 1F | 0 | 9 | 54 | 19 | 36 | 48 | 2C |
| Octal | 300 | 257 | 37 | 0 | 11 | 124 | 31 | 66 | 110 | 54 |
| Binary | 11000000 | 10101111 | 11111 | 0 | 1001 | 1010100 | 11001 | 110110 | 1001000 | 101100 |
Color Harmonies of #C0AF1F
Complementary color
Monochromatic Colors of #C0AF1F
Black with #C0AF1F
Text Example
Text Example
White with #C0AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF1F; }
p { color: rgb(192,175,31); }
H1.HeaderClassName
{
color: #C0AF1F;
}
.AnyTagClassName
{
color: #C0AF1F;
}
</style>
background-color css
<style>
a { background-color: #C0AF1F; }
a { background-color: rgb(192,175,31); }
div.DivClassName
{
background-color: #C0AF1F;
}
.BgClassName
{
background-color: #C0AF1F;
}
</style>
border-color css
<style>
span { border-color: #C0AF1F; }
span { border-color: rgb(192,175,31); }
td.TdClassName
{
border-color: #C0AF1F;
}
.TagClassName
{
border-color: #C0AF1F;
}
</style>