Shades of Earls Green #C5AF29
Tints of Earls Green #C5AF29
RGB
CMYK
RGB Variations
Color information
#C5AF29 (or 0xC5AF29) is known color: Earls Green. HEX triplet: C5, AF and 29. RGB value is (197,175,41). Sum of RGB (Red+Green+Blue) = 197+175+41=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF29 is #3A50D6. Grayscale: #A6A6A6. Windows color (decimal): -3821783 or 2731973. OLE color: 2731973.
HSL color Cylindrical-coordinate representation of color #C5AF29: hue angle of 51.54º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5AF29 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 41 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.23 |
| HSL | 51.54º | 0.66% | 0.47% | - |
| HSV(B) | 51.54º | 0.79% | 0.77% | - |
| XYZ | 38.76 | 42.69 | 8.3 | - |
| YUV | 166.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 41 | 0 | 0.11 | 0.79 | 0.23 | 51.54 | 0.66 | 0.47 |
| Hex | C5 | AF | 29 | 0 | B | 4F | 17 | 34 | 42 | 2F |
| Octal | 305 | 257 | 51 | 0 | 13 | 117 | 27 | 64 | 102 | 57 |
| Binary | 11000101 | 10101111 | 101001 | 0 | 1011 | 1001111 | 10111 | 110100 | 1000010 | 101111 |
Color Harmonies of #C5AF29
Complementary color
Monochromatic Colors of #C5AF29
Black with #C5AF29
Text Example
Text Example
White with #C5AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF29; }
p { color: rgb(197,175,41); }
H1.HeaderClassName
{
color: #C5AF29;
}
.AnyTagClassName
{
color: #C5AF29;
}
</style>
background-color css
<style>
a { background-color: #C5AF29; }
a { background-color: rgb(197,175,41); }
div.DivClassName
{
background-color: #C5AF29;
}
.BgClassName
{
background-color: #C5AF29;
}
</style>
border-color css
<style>
span { border-color: #C5AF29; }
span { border-color: rgb(197,175,41); }
td.TdClassName
{
border-color: #C5AF29;
}
.TagClassName
{
border-color: #C5AF29;
}
</style>