Shades of Earls Green #C5AD23
Tints of Earls Green #C5AD23
RGB
CMYK
RGB Variations
Color information
#C5AD23 (or 0xC5AD23) is known color: Earls Green. HEX triplet: C5, AD and 23. RGB value is (197,173,35). Sum of RGB (Red+Green+Blue) = 197+173+35=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD23 is #3A52DC. Grayscale: #A5A5A5. Windows color (decimal): -3822301 or 2338245. OLE color: 2338245.
HSL color Cylindrical-coordinate representation of color #C5AD23: hue angle of 51.11º 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 #C5AD23 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 35 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.23 |
| HSL | 51.11º | 0.7% | 0.45% | - |
| HSV(B) | 51.11º | 0.82% | 0.77% | - |
| XYZ | 38.27 | 41.88 | 7.66 | - |
| YUV | 164.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 35 | 0 | 0.12 | 0.82 | 0.23 | 51.11 | 0.7 | 0.45 |
| Hex | C5 | AD | 23 | 0 | C | 52 | 17 | 33 | 46 | 2D |
| Octal | 305 | 255 | 43 | 0 | 14 | 122 | 27 | 63 | 106 | 55 |
| Binary | 11000101 | 10101101 | 100011 | 0 | 1100 | 1010010 | 10111 | 110011 | 1000110 | 101101 |
Color Harmonies of #C5AD23
Complementary color
Monochromatic Colors of #C5AD23
Black with #C5AD23
Text Example
Text Example
White with #C5AD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD23; }
p { color: rgb(197,173,35); }
H1.HeaderClassName
{
color: #C5AD23;
}
.AnyTagClassName
{
color: #C5AD23;
}
</style>
background-color css
<style>
a { background-color: #C5AD23; }
a { background-color: rgb(197,173,35); }
div.DivClassName
{
background-color: #C5AD23;
}
.BgClassName
{
background-color: #C5AD23;
}
</style>
border-color css
<style>
span { border-color: #C5AD23; }
span { border-color: rgb(197,173,35); }
td.TdClassName
{
border-color: #C5AD23;
}
.TagClassName
{
border-color: #C5AD23;
}
</style>