Shades of Earls Green #C0AF31
Tints of Earls Green #C0AF31
RGB
CMYK
RGB Variations
Color information
#C0AF31 (or 0xC0AF31) is known color: Earls Green. HEX triplet: C0, AF and 31. RGB value is (192,175,49). Sum of RGB (Red+Green+Blue) = 192+175+49=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF31 is #3F50CE. Grayscale: #A6A6A6. Windows color (decimal): -4149455 or 3256256. OLE color: 3256256.
HSL color Cylindrical-coordinate representation of color #C0AF31: hue angle of 52.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0AF31 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 49 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.25 |
| HSL | 52.87º | 0.59% | 0.47% | - |
| HSV(B) | 52.87º | 0.74% | 0.75% | - |
| XYZ | 37.62 | 42.09 | 9.05 | - |
| YUV | 165.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 49 | 0 | 0.09 | 0.74 | 0.25 | 52.87 | 0.59 | 0.47 |
| Hex | C0 | AF | 31 | 0 | 9 | 4A | 19 | 35 | 3B | 2F |
| Octal | 300 | 257 | 61 | 0 | 11 | 112 | 31 | 65 | 73 | 57 |
| Binary | 11000000 | 10101111 | 110001 | 0 | 1001 | 1001010 | 11001 | 110101 | 111011 | 101111 |
Color Harmonies of #C0AF31
Complementary color
Monochromatic Colors of #C0AF31
Black with #C0AF31
Text Example
Text Example
White with #C0AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF31; }
p { color: rgb(192,175,49); }
H1.HeaderClassName
{
color: #C0AF31;
}
.AnyTagClassName
{
color: #C0AF31;
}
</style>
background-color css
<style>
a { background-color: #C0AF31; }
a { background-color: rgb(192,175,49); }
div.DivClassName
{
background-color: #C0AF31;
}
.BgClassName
{
background-color: #C0AF31;
}
</style>
border-color css
<style>
span { border-color: #C0AF31; }
span { border-color: rgb(192,175,49); }
td.TdClassName
{
border-color: #C0AF31;
}
.TagClassName
{
border-color: #C0AF31;
}
</style>