Shades of Earls Green #C0AC2D
Tints of Earls Green #C0AC2D
RGB
CMYK
RGB Variations
Color information
#C0AC2D (or 0xC0AC2D) is known color: Earls Green. HEX triplet: C0, AC and 2D. RGB value is (192,172,45). Sum of RGB (Red+Green+Blue) = 192+172+45=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC2D is #3F53D2. Grayscale: #A4A4A4. Windows color (decimal): -4150227 or 2993344. OLE color: 2993344.
HSL color Cylindrical-coordinate representation of color #C0AC2D: hue angle of 51.84º 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 #C0AC2D is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 45 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.25 |
| HSL | 51.84º | 0.62% | 0.46% | - |
| HSV(B) | 51.84º | 0.77% | 0.75% | - |
| XYZ | 36.96 | 40.9 | 8.43 | - |
| YUV | 163.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 45 | 0 | 0.10 | 0.77 | 0.25 | 51.84 | 0.62 | 0.46 |
| Hex | C0 | AC | 2D | 0 | A | 4D | 19 | 34 | 3E | 2E |
| Octal | 300 | 254 | 55 | 0 | 12 | 115 | 31 | 64 | 76 | 56 |
| Binary | 11000000 | 10101100 | 101101 | 0 | 1010 | 1001101 | 11001 | 110100 | 111110 | 101110 |
Color Harmonies of #C0AC2D
Complementary color
Monochromatic Colors of #C0AC2D
Black with #C0AC2D
Text Example
Text Example
White with #C0AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC2D; }
p { color: rgb(192,172,45); }
H1.HeaderClassName
{
color: #C0AC2D;
}
.AnyTagClassName
{
color: #C0AC2D;
}
</style>
background-color css
<style>
a { background-color: #C0AC2D; }
a { background-color: rgb(192,172,45); }
div.DivClassName
{
background-color: #C0AC2D;
}
.BgClassName
{
background-color: #C0AC2D;
}
</style>
border-color css
<style>
span { border-color: #C0AC2D; }
span { border-color: rgb(192,172,45); }
td.TdClassName
{
border-color: #C0AC2D;
}
.TagClassName
{
border-color: #C0AC2D;
}
</style>