Shades of Earls Green #C0AD1F
Tints of Earls Green #C0AD1F
RGB
CMYK
RGB Variations
Color information
#C0AD1F (or 0xC0AD1F) is known color: Earls Green. HEX triplet: C0, AD and 1F. RGB value is (192,173,31). Sum of RGB (Red+Green+Blue) = 192+173+31=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD1F is #3F52E0. Grayscale: #A3A3A3. Windows color (decimal): -4149985 or 2076096. OLE color: 2076096.
HSL color Cylindrical-coordinate representation of color #C0AD1F: hue angle of 52.92º 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 #C0AD1F is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 31 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.25 |
| HSL | 52.92º | 0.72% | 0.44% | - |
| HSV(B) | 52.92º | 0.84% | 0.75% | - |
| XYZ | 36.93 | 41.19 | 7.3 | - |
| YUV | 162.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 31 | 0 | 0.10 | 0.84 | 0.25 | 52.92 | 0.72 | 0.44 |
| Hex | C0 | AD | 1F | 0 | A | 54 | 19 | 35 | 48 | 2C |
| Octal | 300 | 255 | 37 | 0 | 12 | 124 | 31 | 65 | 110 | 54 |
| Binary | 11000000 | 10101101 | 11111 | 0 | 1010 | 1010100 | 11001 | 110101 | 1001000 | 101100 |
Color Harmonies of #C0AD1F
Complementary color
Monochromatic Colors of #C0AD1F
Black with #C0AD1F
Text Example
Text Example
White with #C0AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD1F; }
p { color: rgb(192,173,31); }
H1.HeaderClassName
{
color: #C0AD1F;
}
.AnyTagClassName
{
color: #C0AD1F;
}
</style>
background-color css
<style>
a { background-color: #C0AD1F; }
a { background-color: rgb(192,173,31); }
div.DivClassName
{
background-color: #C0AD1F;
}
.BgClassName
{
background-color: #C0AD1F;
}
</style>
border-color css
<style>
span { border-color: #C0AD1F; }
span { border-color: rgb(192,173,31); }
td.TdClassName
{
border-color: #C0AD1F;
}
.TagClassName
{
border-color: #C0AD1F;
}
</style>