Shades of Earls Green #C0AB1F
Tints of Earls Green #C0AB1F
RGB
CMYK
RGB Variations
Color information
#C0AB1F (or 0xC0AB1F) is known color: Earls Green. HEX triplet: C0, AB and 1F. RGB value is (192,171,31). Sum of RGB (Red+Green+Blue) = 192+171+31=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB1F is #3F54E0. Grayscale: #A1A1A1. Windows color (decimal): -4150497 or 2075584. OLE color: 2075584.
HSL color Cylindrical-coordinate representation of color #C0AB1F: hue angle of 52.17º 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 #C0AB1F is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 31 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.25 |
| HSL | 52.17º | 0.72% | 0.44% | - |
| HSV(B) | 52.17º | 0.84% | 0.75% | - |
| XYZ | 36.55 | 40.43 | 7.17 | - |
| YUV | 161.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 31 | 0 | 0.11 | 0.84 | 0.25 | 52.17 | 0.72 | 0.44 |
| Hex | C0 | AB | 1F | 0 | B | 54 | 19 | 34 | 48 | 2C |
| Octal | 300 | 253 | 37 | 0 | 13 | 124 | 31 | 64 | 110 | 54 |
| Binary | 11000000 | 10101011 | 11111 | 0 | 1011 | 1010100 | 11001 | 110100 | 1001000 | 101100 |
Color Harmonies of #C0AB1F
Complementary color
Monochromatic Colors of #C0AB1F
Black with #C0AB1F
Text Example
Text Example
White with #C0AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB1F; }
p { color: rgb(192,171,31); }
H1.HeaderClassName
{
color: #C0AB1F;
}
.AnyTagClassName
{
color: #C0AB1F;
}
</style>
background-color css
<style>
a { background-color: #C0AB1F; }
a { background-color: rgb(192,171,31); }
div.DivClassName
{
background-color: #C0AB1F;
}
.BgClassName
{
background-color: #C0AB1F;
}
</style>
border-color css
<style>
span { border-color: #C0AB1F; }
span { border-color: rgb(192,171,31); }
td.TdClassName
{
border-color: #C0AB1F;
}
.TagClassName
{
border-color: #C0AB1F;
}
</style>