Shades of Earls Green #C4AE23
Tints of Earls Green #C4AE23
RGB
CMYK
RGB Variations
Color information
#C4AE23 (or 0xC4AE23) is known color: Earls Green. HEX triplet: C4, AE and 23. RGB value is (196,174,35). Sum of RGB (Red+Green+Blue) = 196+174+35=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AE23 is #3B51DC. Grayscale: #A5A5A5. Windows color (decimal): -3887581 or 2338500. OLE color: 2338500.
HSL color Cylindrical-coordinate representation of color #C4AE23: hue angle of 51.8º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4AE23 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 35 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.23 |
| HSL | 51.8º | 0.7% | 0.45% | - |
| HSV(B) | 51.8º | 0.82% | 0.77% | - |
| XYZ | 38.2 | 42.13 | 7.71 | - |
| YUV | 164.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 35 | 0 | 0.11 | 0.82 | 0.23 | 51.8 | 0.7 | 0.45 |
| Hex | C4 | AE | 23 | 0 | B | 52 | 17 | 34 | 46 | 2D |
| Octal | 304 | 256 | 43 | 0 | 13 | 122 | 27 | 64 | 106 | 55 |
| Binary | 11000100 | 10101110 | 100011 | 0 | 1011 | 1010010 | 10111 | 110100 | 1000110 | 101101 |
Color Harmonies of #C4AE23
Complementary color
Monochromatic Colors of #C4AE23
Black with #C4AE23
Text Example
Text Example
White with #C4AE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AE23; }
p { color: rgb(196,174,35); }
H1.HeaderClassName
{
color: #C4AE23;
}
.AnyTagClassName
{
color: #C4AE23;
}
</style>
background-color css
<style>
a { background-color: #C4AE23; }
a { background-color: rgb(196,174,35); }
div.DivClassName
{
background-color: #C4AE23;
}
.BgClassName
{
background-color: #C4AE23;
}
</style>
border-color css
<style>
span { border-color: #C4AE23; }
span { border-color: rgb(196,174,35); }
td.TdClassName
{
border-color: #C4AE23;
}
.TagClassName
{
border-color: #C4AE23;
}
</style>