Shades of Earls Green #C2AD1D
Tints of Earls Green #C2AD1D
RGB
CMYK
RGB Variations
Color information
#C2AD1D (or 0xC2AD1D) is known color: Earls Green. HEX triplet: C2, AD and 1D. RGB value is (194,173,29). Sum of RGB (Red+Green+Blue) = 194+173+29=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD1D is #3D52E2. Grayscale: #A3A3A3. Windows color (decimal): -4018915 or 1945026. OLE color: 1945026.
HSL color Cylindrical-coordinate representation of color #C2AD1D: hue angle of 52.36º 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 #C2AD1D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 29 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.24 |
| HSL | 52.36º | 0.74% | 0.44% | - |
| HSV(B) | 52.36º | 0.85% | 0.76% | - |
| XYZ | 37.41 | 41.45 | 7.19 | - |
| YUV | 162.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 29 | 0 | 0.11 | 0.85 | 0.24 | 52.36 | 0.74 | 0.44 |
| Hex | C2 | AD | 1D | 0 | B | 55 | 18 | 34 | 4A | 2C |
| Octal | 302 | 255 | 35 | 0 | 13 | 125 | 30 | 64 | 112 | 54 |
| Binary | 11000010 | 10101101 | 11101 | 0 | 1011 | 1010101 | 11000 | 110100 | 1001010 | 101100 |
Color Harmonies of #C2AD1D
Complementary color
Monochromatic Colors of #C2AD1D
Black with #C2AD1D
Text Example
Text Example
White with #C2AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD1D; }
p { color: rgb(194,173,29); }
H1.HeaderClassName
{
color: #C2AD1D;
}
.AnyTagClassName
{
color: #C2AD1D;
}
</style>
background-color css
<style>
a { background-color: #C2AD1D; }
a { background-color: rgb(194,173,29); }
div.DivClassName
{
background-color: #C2AD1D;
}
.BgClassName
{
background-color: #C2AD1D;
}
</style>
border-color css
<style>
span { border-color: #C2AD1D; }
span { border-color: rgb(194,173,29); }
td.TdClassName
{
border-color: #C2AD1D;
}
.TagClassName
{
border-color: #C2AD1D;
}
</style>