Shades of Earls Green #C5A829
Tints of Earls Green #C5A829
RGB
CMYK
RGB Variations
Color information
#C5A829 (or 0xC5A829) is known color: Earls Green. HEX triplet: C5, A8 and 29. RGB value is (197,168,41). Sum of RGB (Red+Green+Blue) = 197+168+41=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A829 is #3A57D6. Grayscale: #A2A2A2. Windows color (decimal): -3823575 or 2730181. OLE color: 2730181.
HSL color Cylindrical-coordinate representation of color #C5A829: hue angle of 48.85º 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 #C5A829 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 41 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.23 |
| HSL | 48.85º | 0.66% | 0.47% | - |
| HSV(B) | 48.85º | 0.79% | 0.77% | - |
| XYZ | 37.43 | 40.04 | 7.85 | - |
| YUV | 162.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 41 | 0 | 0.15 | 0.79 | 0.23 | 48.85 | 0.66 | 0.47 |
| Hex | C5 | A8 | 29 | 0 | F | 4F | 17 | 31 | 42 | 2F |
| Octal | 305 | 250 | 51 | 0 | 17 | 117 | 27 | 61 | 102 | 57 |
| Binary | 11000101 | 10101000 | 101001 | 0 | 1111 | 1001111 | 10111 | 110001 | 1000010 | 101111 |
Color Harmonies of #C5A829
Complementary color
Monochromatic Colors of #C5A829
Black with #C5A829
Text Example
Text Example
White with #C5A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A829; }
p { color: rgb(197,168,41); }
H1.HeaderClassName
{
color: #C5A829;
}
.AnyTagClassName
{
color: #C5A829;
}
</style>
background-color css
<style>
a { background-color: #C5A829; }
a { background-color: rgb(197,168,41); }
div.DivClassName
{
background-color: #C5A829;
}
.BgClassName
{
background-color: #C5A829;
}
</style>
border-color css
<style>
span { border-color: #C5A829; }
span { border-color: rgb(197,168,41); }
td.TdClassName
{
border-color: #C5A829;
}
.TagClassName
{
border-color: #C5A829;
}
</style>