Shades of Earls Green #C4AF1D
Tints of Earls Green #C4AF1D
RGB
CMYK
RGB Variations
Color information
#C4AF1D (or 0xC4AF1D) is known color: Earls Green. HEX triplet: C4, AF and 1D. RGB value is (196,175,29). Sum of RGB (Red+Green+Blue) = 196+175+29=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF1D is #3B50E2. Grayscale: #A5A5A5. Windows color (decimal): -3887331 or 1945540. OLE color: 1945540.
HSL color Cylindrical-coordinate representation of color #C4AF1D: hue angle of 52.46º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4AF1D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 29 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.23 |
| HSL | 52.46º | 0.74% | 0.44% | - |
| HSV(B) | 52.46º | 0.85% | 0.77% | - |
| XYZ | 38.32 | 42.48 | 7.34 | - |
| YUV | 164.64 | 51.46 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 29 | 0 | 0.11 | 0.85 | 0.23 | 52.46 | 0.74 | 0.44 |
| Hex | C4 | AF | 1D | 0 | B | 55 | 17 | 34 | 4A | 2C |
| Octal | 304 | 257 | 35 | 0 | 13 | 125 | 27 | 64 | 112 | 54 |
| Binary | 11000100 | 10101111 | 11101 | 0 | 1011 | 1010101 | 10111 | 110100 | 1001010 | 101100 |
Color Harmonies of #C4AF1D
Complementary color
Monochromatic Colors of #C4AF1D
Black with #C4AF1D
Text Example
Text Example
White with #C4AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF1D; }
p { color: rgb(196,175,29); }
H1.HeaderClassName
{
color: #C4AF1D;
}
.AnyTagClassName
{
color: #C4AF1D;
}
</style>
background-color css
<style>
a { background-color: #C4AF1D; }
a { background-color: rgb(196,175,29); }
div.DivClassName
{
background-color: #C4AF1D;
}
.BgClassName
{
background-color: #C4AF1D;
}
</style>
border-color css
<style>
span { border-color: #C4AF1D; }
span { border-color: rgb(196,175,29); }
td.TdClassName
{
border-color: #C4AF1D;
}
.TagClassName
{
border-color: #C4AF1D;
}
</style>