Shades of Earls Green #C5AF1E
Tints of Earls Green #C5AF1E
RGB
CMYK
RGB Variations
Color information
#C5AF1E (or 0xC5AF1E) is known color: Earls Green. HEX triplet: C5, AF and 1E. RGB value is (197,175,30). Sum of RGB (Red+Green+Blue) = 197+175+30=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF1E is #3A50E1. Grayscale: #A5A5A5. Windows color (decimal): -3821794 or 2011077. OLE color: 2011077.
HSL color Cylindrical-coordinate representation of color #C5AF1E: hue angle of 52.1º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5AF1E is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 30 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.23 |
| HSL | 52.1º | 0.74% | 0.45% | - |
| HSV(B) | 52.1º | 0.85% | 0.77% | - |
| XYZ | 38.59 | 42.62 | 7.42 | - |
| YUV | 165.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 30 | 0 | 0.11 | 0.85 | 0.23 | 52.1 | 0.74 | 0.45 |
| Hex | C5 | AF | 1E | 0 | B | 55 | 17 | 34 | 4A | 2D |
| Octal | 305 | 257 | 36 | 0 | 13 | 125 | 27 | 64 | 112 | 55 |
| Binary | 11000101 | 10101111 | 11110 | 0 | 1011 | 1010101 | 10111 | 110100 | 1001010 | 101101 |
Color Harmonies of #C5AF1E
Complementary color
Monochromatic Colors of #C5AF1E
Black with #C5AF1E
Text Example
Text Example
White with #C5AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF1E; }
p { color: rgb(197,175,30); }
H1.HeaderClassName
{
color: #C5AF1E;
}
.AnyTagClassName
{
color: #C5AF1E;
}
</style>
background-color css
<style>
a { background-color: #C5AF1E; }
a { background-color: rgb(197,175,30); }
div.DivClassName
{
background-color: #C5AF1E;
}
.BgClassName
{
background-color: #C5AF1E;
}
</style>
border-color css
<style>
span { border-color: #C5AF1E; }
span { border-color: rgb(197,175,30); }
td.TdClassName
{
border-color: #C5AF1E;
}
.TagClassName
{
border-color: #C5AF1E;
}
</style>