Shades of Earls Green #C4AC2D
Tints of Earls Green #C4AC2D
RGB
CMYK
RGB Variations
Color information
#C4AC2D (or 0xC4AC2D) is known color: Earls Green. HEX triplet: C4, AC and 2D. RGB value is (196,172,45). Sum of RGB (Red+Green+Blue) = 196+172+45=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC2D is #3B53D2. Grayscale: #A5A5A5. Windows color (decimal): -3888083 or 2993348. OLE color: 2993348.
HSL color Cylindrical-coordinate representation of color #C4AC2D: hue angle of 50.46º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4AC2D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 45 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.23 |
| HSL | 50.46º | 0.63% | 0.47% | - |
| HSV(B) | 50.46º | 0.77% | 0.77% | - |
| XYZ | 37.99 | 41.43 | 8.48 | - |
| YUV | 164.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 45 | 0 | 0.12 | 0.77 | 0.23 | 50.46 | 0.63 | 0.47 |
| Hex | C4 | AC | 2D | 0 | C | 4D | 17 | 32 | 3F | 2F |
| Octal | 304 | 254 | 55 | 0 | 14 | 115 | 27 | 62 | 77 | 57 |
| Binary | 11000100 | 10101100 | 101101 | 0 | 1100 | 1001101 | 10111 | 110010 | 111111 | 101111 |
Color Harmonies of #C4AC2D
Complementary color
Monochromatic Colors of #C4AC2D
Black with #C4AC2D
Text Example
Text Example
White with #C4AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC2D; }
p { color: rgb(196,172,45); }
H1.HeaderClassName
{
color: #C4AC2D;
}
.AnyTagClassName
{
color: #C4AC2D;
}
</style>
background-color css
<style>
a { background-color: #C4AC2D; }
a { background-color: rgb(196,172,45); }
div.DivClassName
{
background-color: #C4AC2D;
}
.BgClassName
{
background-color: #C4AC2D;
}
</style>
border-color css
<style>
span { border-color: #C4AC2D; }
span { border-color: rgb(196,172,45); }
td.TdClassName
{
border-color: #C4AC2D;
}
.TagClassName
{
border-color: #C4AC2D;
}
</style>