Shades of Earls Green #C2AF1D
Tints of Earls Green #C2AF1D
RGB
CMYK
RGB Variations
Color information
#C2AF1D (or 0xC2AF1D) is known color: Earls Green. HEX triplet: C2, AF and 1D. RGB value is (194,175,29). Sum of RGB (Red+Green+Blue) = 194+175+29=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF1D is #3D50E2. Grayscale: #A4A4A4. Windows color (decimal): -4018403 or 1945538. OLE color: 1945538.
HSL color Cylindrical-coordinate representation of color #C2AF1D: hue angle of 53.09º 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 #C2AF1D is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 29 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.24 |
| HSL | 53.09º | 0.74% | 0.44% | - |
| HSV(B) | 53.09º | 0.85% | 0.76% | - |
| XYZ | 37.8 | 42.22 | 7.32 | - |
| YUV | 164.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 29 | 0 | 0.10 | 0.85 | 0.24 | 53.09 | 0.74 | 0.44 |
| Hex | C2 | AF | 1D | 0 | A | 55 | 18 | 35 | 4A | 2C |
| Octal | 302 | 257 | 35 | 0 | 12 | 125 | 30 | 65 | 112 | 54 |
| Binary | 11000010 | 10101111 | 11101 | 0 | 1010 | 1010101 | 11000 | 110101 | 1001010 | 101100 |
Color Harmonies of #C2AF1D
Complementary color
Monochromatic Colors of #C2AF1D
Black with #C2AF1D
Text Example
Text Example
White with #C2AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF1D; }
p { color: rgb(194,175,29); }
H1.HeaderClassName
{
color: #C2AF1D;
}
.AnyTagClassName
{
color: #C2AF1D;
}
</style>
background-color css
<style>
a { background-color: #C2AF1D; }
a { background-color: rgb(194,175,29); }
div.DivClassName
{
background-color: #C2AF1D;
}
.BgClassName
{
background-color: #C2AF1D;
}
</style>
border-color css
<style>
span { border-color: #C2AF1D; }
span { border-color: rgb(194,175,29); }
td.TdClassName
{
border-color: #C2AF1D;
}
.TagClassName
{
border-color: #C2AF1D;
}
</style>