Shades of Earls Green #C0AD2D
Tints of Earls Green #C0AD2D
RGB
CMYK
RGB Variations
Color information
#C0AD2D (or 0xC0AD2D) is known color: Earls Green. HEX triplet: C0, AD and 2D. RGB value is (192,173,45). Sum of RGB (Red+Green+Blue) = 192+173+45=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD2D is #3F52D2. Grayscale: #A4A4A4. Windows color (decimal): -4149971 or 2993600. OLE color: 2993600.
HSL color Cylindrical-coordinate representation of color #C0AD2D: hue angle of 52.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0AD2D is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 45 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.25 |
| HSL | 52.24º | 0.62% | 0.46% | - |
| HSV(B) | 52.24º | 0.77% | 0.75% | - |
| XYZ | 37.16 | 41.28 | 8.49 | - |
| YUV | 164.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 45 | 0 | 0.10 | 0.77 | 0.25 | 52.24 | 0.62 | 0.46 |
| Hex | C0 | AD | 2D | 0 | A | 4D | 19 | 34 | 3E | 2E |
| Octal | 300 | 255 | 55 | 0 | 12 | 115 | 31 | 64 | 76 | 56 |
| Binary | 11000000 | 10101101 | 101101 | 0 | 1010 | 1001101 | 11001 | 110100 | 111110 | 101110 |
Color Harmonies of #C0AD2D
Complementary color
Monochromatic Colors of #C0AD2D
Black with #C0AD2D
Text Example
Text Example
White with #C0AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD2D; }
p { color: rgb(192,173,45); }
H1.HeaderClassName
{
color: #C0AD2D;
}
.AnyTagClassName
{
color: #C0AD2D;
}
</style>
background-color css
<style>
a { background-color: #C0AD2D; }
a { background-color: rgb(192,173,45); }
div.DivClassName
{
background-color: #C0AD2D;
}
.BgClassName
{
background-color: #C0AD2D;
}
</style>
border-color css
<style>
span { border-color: #C0AD2D; }
span { border-color: rgb(192,173,45); }
td.TdClassName
{
border-color: #C0AD2D;
}
.TagClassName
{
border-color: #C0AD2D;
}
</style>