Shades of Earls Green #C5A524
Tints of Earls Green #C5A524
RGB
CMYK
RGB Variations
Color information
#C5A524 (or 0xC5A524) is known color: Earls Green. HEX triplet: C5, A5 and 24. RGB value is (197,165,36). Sum of RGB (Red+Green+Blue) = 197+165+36=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A524 is #3A5ADB. Grayscale: #A0A0A0. Windows color (decimal): -3824348 or 2401733. OLE color: 2401733.
HSL color Cylindrical-coordinate representation of color #C5A524: hue angle of 48.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5A524 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 36 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.23 |
| HSL | 48.07º | 0.69% | 0.46% | - |
| HSV(B) | 48.07º | 0.82% | 0.77% | - |
| XYZ | 36.8 | 38.91 | 7.24 | - |
| YUV | 159.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 36 | 0 | 0.16 | 0.82 | 0.23 | 48.07 | 0.69 | 0.46 |
| Hex | C5 | A5 | 24 | 0 | 10 | 52 | 17 | 30 | 45 | 2E |
| Octal | 305 | 245 | 44 | 0 | 20 | 122 | 27 | 60 | 105 | 56 |
| Binary | 11000101 | 10100101 | 100100 | 0 | 10000 | 1010010 | 10111 | 110000 | 1000101 | 101110 |
Color Harmonies of #C5A524
Complementary color
Monochromatic Colors of #C5A524
Black with #C5A524
Text Example
Text Example
White with #C5A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A524; }
p { color: rgb(197,165,36); }
H1.HeaderClassName
{
color: #C5A524;
}
.AnyTagClassName
{
color: #C5A524;
}
</style>
background-color css
<style>
a { background-color: #C5A524; }
a { background-color: rgb(197,165,36); }
div.DivClassName
{
background-color: #C5A524;
}
.BgClassName
{
background-color: #C5A524;
}
</style>
border-color css
<style>
span { border-color: #C5A524; }
span { border-color: rgb(197,165,36); }
td.TdClassName
{
border-color: #C5A524;
}
.TagClassName
{
border-color: #C5A524;
}
</style>