Shades of Earls Green #C5A426
Tints of Earls Green #C5A426
RGB
CMYK
RGB Variations
Color information
#C5A426 (or 0xC5A426) is known color: Earls Green. HEX triplet: C5, A4 and 26. RGB value is (197,164,38). Sum of RGB (Red+Green+Blue) = 197+164+38=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A426 is #3A5BD9. Grayscale: #A0A0A0. Windows color (decimal): -3824602 or 2532549. OLE color: 2532549.
HSL color Cylindrical-coordinate representation of color #C5A426: hue angle of 47.55º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5A426 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 38 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.23 |
| HSL | 47.55º | 0.68% | 0.46% | - |
| HSV(B) | 47.55º | 0.81% | 0.77% | - |
| XYZ | 36.65 | 38.56 | 7.35 | - |
| YUV | 159.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 38 | 0 | 0.17 | 0.81 | 0.23 | 47.55 | 0.68 | 0.46 |
| Hex | C5 | A4 | 26 | 0 | 11 | 51 | 17 | 30 | 44 | 2E |
| Octal | 305 | 244 | 46 | 0 | 21 | 121 | 27 | 60 | 104 | 56 |
| Binary | 11000101 | 10100100 | 100110 | 0 | 10001 | 1010001 | 10111 | 110000 | 1000100 | 101110 |
Color Harmonies of #C5A426
Complementary color
Monochromatic Colors of #C5A426
Black with #C5A426
Text Example
Text Example
White with #C5A426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A426; }
p { color: rgb(197,164,38); }
H1.HeaderClassName
{
color: #C5A426;
}
.AnyTagClassName
{
color: #C5A426;
}
</style>
background-color css
<style>
a { background-color: #C5A426; }
a { background-color: rgb(197,164,38); }
div.DivClassName
{
background-color: #C5A426;
}
.BgClassName
{
background-color: #C5A426;
}
</style>
border-color css
<style>
span { border-color: #C5A426; }
span { border-color: rgb(197,164,38); }
td.TdClassName
{
border-color: #C5A426;
}
.TagClassName
{
border-color: #C5A426;
}
</style>