Shades of Earls Green #C1AF1D
Tints of Earls Green #C1AF1D
RGB
CMYK
RGB Variations
Color information
#C1AF1D (or 0xC1AF1D) is known color: Earls Green. HEX triplet: C1, AF and 1D. RGB value is (193,175,29). Sum of RGB (Red+Green+Blue) = 193+175+29=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF1D is #3E50E2. Grayscale: #A4A4A4. Windows color (decimal): -4083939 or 1945537. OLE color: 1945537.
HSL color Cylindrical-coordinate representation of color #C1AF1D: hue angle of 53.41º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1AF1D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 29 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.24 |
| HSL | 53.41º | 0.74% | 0.44% | - |
| HSV(B) | 53.41º | 0.85% | 0.76% | - |
| XYZ | 37.54 | 42.09 | 7.31 | - |
| YUV | 163.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 29 | 0 | 0.09 | 0.85 | 0.24 | 53.41 | 0.74 | 0.44 |
| Hex | C1 | AF | 1D | 0 | 9 | 55 | 18 | 35 | 4A | 2C |
| Octal | 301 | 257 | 35 | 0 | 11 | 125 | 30 | 65 | 112 | 54 |
| Binary | 11000001 | 10101111 | 11101 | 0 | 1001 | 1010101 | 11000 | 110101 | 1001010 | 101100 |
Color Harmonies of #C1AF1D
Complementary color
Monochromatic Colors of #C1AF1D
Black with #C1AF1D
Text Example
Text Example
White with #C1AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF1D; }
p { color: rgb(193,175,29); }
H1.HeaderClassName
{
color: #C1AF1D;
}
.AnyTagClassName
{
color: #C1AF1D;
}
</style>
background-color css
<style>
a { background-color: #C1AF1D; }
a { background-color: rgb(193,175,29); }
div.DivClassName
{
background-color: #C1AF1D;
}
.BgClassName
{
background-color: #C1AF1D;
}
</style>
border-color css
<style>
span { border-color: #C1AF1D; }
span { border-color: rgb(193,175,29); }
td.TdClassName
{
border-color: #C1AF1D;
}
.TagClassName
{
border-color: #C1AF1D;
}
</style>