Shades of Earls Green #C4AE2D
Tints of Earls Green #C4AE2D
RGB
CMYK
RGB Variations
Color information
#C4AE2D (or 0xC4AE2D) is known color: Earls Green. HEX triplet: C4, AE and 2D. RGB value is (196,174,45). Sum of RGB (Red+Green+Blue) = 196+174+45=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AE2D is #3B51D2. Grayscale: #A6A6A6. Windows color (decimal): -3887571 or 2993860. OLE color: 2993860.
HSL color Cylindrical-coordinate representation of color #C4AE2D: hue angle of 51.26º 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 #C4AE2D is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 45 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.23 |
| HSL | 51.26º | 0.63% | 0.47% | - |
| HSV(B) | 51.26º | 0.77% | 0.77% | - |
| XYZ | 38.37 | 42.2 | 8.6 | - |
| YUV | 165.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 45 | 0 | 0.11 | 0.77 | 0.23 | 51.26 | 0.63 | 0.47 |
| Hex | C4 | AE | 2D | 0 | B | 4D | 17 | 33 | 3F | 2F |
| Octal | 304 | 256 | 55 | 0 | 13 | 115 | 27 | 63 | 77 | 57 |
| Binary | 11000100 | 10101110 | 101101 | 0 | 1011 | 1001101 | 10111 | 110011 | 111111 | 101111 |
Color Harmonies of #C4AE2D
Complementary color
Monochromatic Colors of #C4AE2D
Black with #C4AE2D
Text Example
Text Example
White with #C4AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AE2D; }
p { color: rgb(196,174,45); }
H1.HeaderClassName
{
color: #C4AE2D;
}
.AnyTagClassName
{
color: #C4AE2D;
}
</style>
background-color css
<style>
a { background-color: #C4AE2D; }
a { background-color: rgb(196,174,45); }
div.DivClassName
{
background-color: #C4AE2D;
}
.BgClassName
{
background-color: #C4AE2D;
}
</style>
border-color css
<style>
span { border-color: #C4AE2D; }
span { border-color: rgb(196,174,45); }
td.TdClassName
{
border-color: #C4AE2D;
}
.TagClassName
{
border-color: #C4AE2D;
}
</style>