Shades of Earls Green #C5AD29
Tints of Earls Green #C5AD29
RGB
CMYK
RGB Variations
Color information
#C5AD29 (or 0xC5AD29) is known color: Earls Green. HEX triplet: C5, AD and 29. RGB value is (197,173,41). Sum of RGB (Red+Green+Blue) = 197+173+41=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD29 is #3A52D6. Grayscale: #A5A5A5. Windows color (decimal): -3822295 or 2731461. OLE color: 2731461.
HSL color Cylindrical-coordinate representation of color #C5AD29: hue angle of 50.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5AD29 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 41 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.23 |
| HSL | 50.77º | 0.66% | 0.47% | - |
| HSV(B) | 50.77º | 0.79% | 0.77% | - |
| XYZ | 38.37 | 41.92 | 8.17 | - |
| YUV | 165.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 41 | 0 | 0.12 | 0.79 | 0.23 | 50.77 | 0.66 | 0.47 |
| Hex | C5 | AD | 29 | 0 | C | 4F | 17 | 33 | 42 | 2F |
| Octal | 305 | 255 | 51 | 0 | 14 | 117 | 27 | 63 | 102 | 57 |
| Binary | 11000101 | 10101101 | 101001 | 0 | 1100 | 1001111 | 10111 | 110011 | 1000010 | 101111 |
Color Harmonies of #C5AD29
Complementary color
Monochromatic Colors of #C5AD29
Black with #C5AD29
Text Example
Text Example
White with #C5AD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD29; }
p { color: rgb(197,173,41); }
H1.HeaderClassName
{
color: #C5AD29;
}
.AnyTagClassName
{
color: #C5AD29;
}
</style>
background-color css
<style>
a { background-color: #C5AD29; }
a { background-color: rgb(197,173,41); }
div.DivClassName
{
background-color: #C5AD29;
}
.BgClassName
{
background-color: #C5AD29;
}
</style>
border-color css
<style>
span { border-color: #C5AD29; }
span { border-color: rgb(197,173,41); }
td.TdClassName
{
border-color: #C5AD29;
}
.TagClassName
{
border-color: #C5AD29;
}
</style>