Shades of Earls Green #C5A82D
Tints of Earls Green #C5A82D
RGB
CMYK
RGB Variations
Color information
#C5A82D (or 0xC5A82D) is known color: Earls Green. HEX triplet: C5, A8 and 2D. RGB value is (197,168,45). Sum of RGB (Red+Green+Blue) = 197+168+45=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A82D is #3A57D2. Grayscale: #A3A3A3. Windows color (decimal): -3823571 or 2992325. OLE color: 2992325.
HSL color Cylindrical-coordinate representation of color #C5A82D: hue angle of 48.55º 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 #C5A82D is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 45 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.23 |
| HSL | 48.55º | 0.63% | 0.47% | - |
| HSV(B) | 48.55º | 0.77% | 0.77% | - |
| XYZ | 37.5 | 40.07 | 8.24 | - |
| YUV | 162.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 45 | 0 | 0.15 | 0.77 | 0.23 | 48.55 | 0.63 | 0.47 |
| Hex | C5 | A8 | 2D | 0 | F | 4D | 17 | 31 | 3F | 2F |
| Octal | 305 | 250 | 55 | 0 | 17 | 115 | 27 | 61 | 77 | 57 |
| Binary | 11000101 | 10101000 | 101101 | 0 | 1111 | 1001101 | 10111 | 110001 | 111111 | 101111 |
Color Harmonies of #C5A82D
Complementary color
Monochromatic Colors of #C5A82D
Black with #C5A82D
Text Example
Text Example
White with #C5A82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A82D; }
p { color: rgb(197,168,45); }
H1.HeaderClassName
{
color: #C5A82D;
}
.AnyTagClassName
{
color: #C5A82D;
}
</style>
background-color css
<style>
a { background-color: #C5A82D; }
a { background-color: rgb(197,168,45); }
div.DivClassName
{
background-color: #C5A82D;
}
.BgClassName
{
background-color: #C5A82D;
}
</style>
border-color css
<style>
span { border-color: #C5A82D; }
span { border-color: rgb(197,168,45); }
td.TdClassName
{
border-color: #C5A82D;
}
.TagClassName
{
border-color: #C5A82D;
}
</style>