Shades of Earls Green #C5AB26
Tints of Earls Green #C5AB26
RGB
CMYK
RGB Variations
Color information
#C5AB26 (or 0xC5AB26) is known color: Earls Green. HEX triplet: C5, AB and 26. RGB value is (197,171,38). Sum of RGB (Red+Green+Blue) = 197+171+38=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB26 is #3A54D9. Grayscale: #A4A4A4. Windows color (decimal): -3822810 or 2534341. OLE color: 2534341.
HSL color Cylindrical-coordinate representation of color #C5AB26: hue angle of 50.19º 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 #C5AB26 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 38 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.23 |
| HSL | 50.19º | 0.68% | 0.46% | - |
| HSV(B) | 50.19º | 0.81% | 0.77% | - |
| XYZ | 37.94 | 41.14 | 7.77 | - |
| YUV | 163.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 38 | 0 | 0.13 | 0.81 | 0.23 | 50.19 | 0.68 | 0.46 |
| Hex | C5 | AB | 26 | 0 | D | 51 | 17 | 32 | 44 | 2E |
| Octal | 305 | 253 | 46 | 0 | 15 | 121 | 27 | 62 | 104 | 56 |
| Binary | 11000101 | 10101011 | 100110 | 0 | 1101 | 1010001 | 10111 | 110010 | 1000100 | 101110 |
Color Harmonies of #C5AB26
Complementary color
Monochromatic Colors of #C5AB26
Black with #C5AB26
Text Example
Text Example
White with #C5AB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB26; }
p { color: rgb(197,171,38); }
H1.HeaderClassName
{
color: #C5AB26;
}
.AnyTagClassName
{
color: #C5AB26;
}
</style>
background-color css
<style>
a { background-color: #C5AB26; }
a { background-color: rgb(197,171,38); }
div.DivClassName
{
background-color: #C5AB26;
}
.BgClassName
{
background-color: #C5AB26;
}
</style>
border-color css
<style>
span { border-color: #C5AB26; }
span { border-color: rgb(197,171,38); }
td.TdClassName
{
border-color: #C5AB26;
}
.TagClassName
{
border-color: #C5AB26;
}
</style>