Shades of Earls Green #C3AF1D
Tints of Earls Green #C3AF1D
RGB
CMYK
RGB Variations
Color information
#C3AF1D (or 0xC3AF1D) is known color: Earls Green. HEX triplet: C3, AF and 1D. RGB value is (195,175,29). Sum of RGB (Red+Green+Blue) = 195+175+29=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF1D is #3C50E2. Grayscale: #A4A4A4. Windows color (decimal): -3952867 or 1945539. OLE color: 1945539.
HSL color Cylindrical-coordinate representation of color #C3AF1D: hue angle of 52.77º 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 #C3AF1D is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 29 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.24 |
| HSL | 52.77º | 0.74% | 0.44% | - |
| HSV(B) | 52.77º | 0.85% | 0.76% | - |
| XYZ | 38.06 | 42.35 | 7.33 | - |
| YUV | 164.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 29 | 0 | 0.10 | 0.85 | 0.24 | 52.77 | 0.74 | 0.44 |
| Hex | C3 | AF | 1D | 0 | A | 55 | 18 | 35 | 4A | 2C |
| Octal | 303 | 257 | 35 | 0 | 12 | 125 | 30 | 65 | 112 | 54 |
| Binary | 11000011 | 10101111 | 11101 | 0 | 1010 | 1010101 | 11000 | 110101 | 1001010 | 101100 |
Color Harmonies of #C3AF1D
Complementary color
Monochromatic Colors of #C3AF1D
Black with #C3AF1D
Text Example
Text Example
White with #C3AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF1D; }
p { color: rgb(195,175,29); }
H1.HeaderClassName
{
color: #C3AF1D;
}
.AnyTagClassName
{
color: #C3AF1D;
}
</style>
background-color css
<style>
a { background-color: #C3AF1D; }
a { background-color: rgb(195,175,29); }
div.DivClassName
{
background-color: #C3AF1D;
}
.BgClassName
{
background-color: #C3AF1D;
}
</style>
border-color css
<style>
span { border-color: #C3AF1D; }
span { border-color: rgb(195,175,29); }
td.TdClassName
{
border-color: #C3AF1D;
}
.TagClassName
{
border-color: #C3AF1D;
}
</style>