Shades of Earls Green #C5AB1F
Tints of Earls Green #C5AB1F
RGB
CMYK
RGB Variations
Color information
#C5AB1F (or 0xC5AB1F) is known color: Earls Green. HEX triplet: C5, AB and 1F. RGB value is (197,171,31). Sum of RGB (Red+Green+Blue) = 197+171+31=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB1F is #3A54E0. Grayscale: #A3A3A3. Windows color (decimal): -3822817 or 2075589. OLE color: 2075589.
HSL color Cylindrical-coordinate representation of color #C5AB1F: hue angle of 50.6º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5AB1F is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 31 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.23 |
| HSL | 50.6º | 0.73% | 0.45% | - |
| HSV(B) | 50.6º | 0.84% | 0.77% | - |
| XYZ | 37.84 | 41.1 | 7.23 | - |
| YUV | 162.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 31 | 0 | 0.13 | 0.84 | 0.23 | 50.6 | 0.73 | 0.45 |
| Hex | C5 | AB | 1F | 0 | D | 54 | 17 | 33 | 49 | 2D |
| Octal | 305 | 253 | 37 | 0 | 15 | 124 | 27 | 63 | 111 | 55 |
| Binary | 11000101 | 10101011 | 11111 | 0 | 1101 | 1010100 | 10111 | 110011 | 1001001 | 101101 |
Color Harmonies of #C5AB1F
Complementary color
Monochromatic Colors of #C5AB1F
Black with #C5AB1F
Text Example
Text Example
White with #C5AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB1F; }
p { color: rgb(197,171,31); }
H1.HeaderClassName
{
color: #C5AB1F;
}
.AnyTagClassName
{
color: #C5AB1F;
}
</style>
background-color css
<style>
a { background-color: #C5AB1F; }
a { background-color: rgb(197,171,31); }
div.DivClassName
{
background-color: #C5AB1F;
}
.BgClassName
{
background-color: #C5AB1F;
}
</style>
border-color css
<style>
span { border-color: #C5AB1F; }
span { border-color: rgb(197,171,31); }
td.TdClassName
{
border-color: #C5AB1F;
}
.TagClassName
{
border-color: #C5AB1F;
}
</style>