Shades of Earls Green #C5A826
Tints of Earls Green #C5A826
RGB
CMYK
RGB Variations
Color information
#C5A826 (or 0xC5A826) is known color: Earls Green. HEX triplet: C5, A8 and 26. RGB value is (197,168,38). Sum of RGB (Red+Green+Blue) = 197+168+38=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A826 is #3A57D9. Grayscale: #A2A2A2. Windows color (decimal): -3823578 or 2533573. OLE color: 2533573.
HSL color Cylindrical-coordinate representation of color #C5A826: hue angle of 49.06º 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 #C5A826 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 38 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.23 |
| HSL | 49.06º | 0.68% | 0.46% | - |
| HSV(B) | 49.06º | 0.81% | 0.77% | - |
| XYZ | 37.38 | 40.02 | 7.59 | - |
| YUV | 161.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 38 | 0 | 0.15 | 0.81 | 0.23 | 49.06 | 0.68 | 0.46 |
| Hex | C5 | A8 | 26 | 0 | F | 51 | 17 | 31 | 44 | 2E |
| Octal | 305 | 250 | 46 | 0 | 17 | 121 | 27 | 61 | 104 | 56 |
| Binary | 11000101 | 10101000 | 100110 | 0 | 1111 | 1010001 | 10111 | 110001 | 1000100 | 101110 |
Color Harmonies of #C5A826
Complementary color
Monochromatic Colors of #C5A826
Black with #C5A826
Text Example
Text Example
White with #C5A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A826; }
p { color: rgb(197,168,38); }
H1.HeaderClassName
{
color: #C5A826;
}
.AnyTagClassName
{
color: #C5A826;
}
</style>
background-color css
<style>
a { background-color: #C5A826; }
a { background-color: rgb(197,168,38); }
div.DivClassName
{
background-color: #C5A826;
}
.BgClassName
{
background-color: #C5A826;
}
</style>
border-color css
<style>
span { border-color: #C5A826; }
span { border-color: rgb(197,168,38); }
td.TdClassName
{
border-color: #C5A826;
}
.TagClassName
{
border-color: #C5A826;
}
</style>