Shades of Earls Green #C2A91D
Tints of Earls Green #C2A91D
RGB
CMYK
RGB Variations
Color information
#C2A91D (or 0xC2A91D) is known color: Earls Green. HEX triplet: C2, A9 and 1D. RGB value is (194,169,29). Sum of RGB (Red+Green+Blue) = 194+169+29=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A91D is #3D56E2. Grayscale: #A1A1A1. Windows color (decimal): -4019939 or 1944002. OLE color: 1944002.
HSL color Cylindrical-coordinate representation of color #C2A91D: hue angle of 50.91º 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 #C2A91D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 169 | 29 | - |
CMYK | 0 | 0.13 | 0.85 | 0.24 |
HSL | 50.91º | 0.74% | 0.44% | - |
HSV(B) | 50.91º | 0.85% | 0.76% | - |
XYZ | 36.66 | 39.93 | 6.94 | - |
YUV | 160.52 | 53.78 | 151.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 169 | 29 | 0 | 0.13 | 0.85 | 0.24 | 50.91 | 0.74 | 0.44 |
Hex | C2 | A9 | 1D | 0 | D | 55 | 18 | 33 | 4A | 2C |
Octal | 302 | 251 | 35 | 0 | 15 | 125 | 30 | 63 | 112 | 54 |
Binary | 11000010 | 10101001 | 11101 | 0 | 1101 | 1010101 | 11000 | 110011 | 1001010 | 101100 |
Color Harmonies of #C2A91D
Complementary color
Monochromatic Colors of #C2A91D
Black with #C2A91D
Text Example
Text Example
White with #C2A91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A91D; }
p { color: rgb(194,169,29); }
H1.HeaderClassName
{
color: #C2A91D;
}
.AnyTagClassName
{
color: #C2A91D;
}
</style>
background-color css
<style>
a { background-color: #C2A91D; }
a { background-color: rgb(194,169,29); }
div.DivClassName
{
background-color: #C2A91D;
}
.BgClassName
{
background-color: #C2A91D;
}
</style>
border-color css
<style>
span { border-color: #C2A91D; }
span { border-color: rgb(194,169,29); }
td.TdClassName
{
border-color: #C2A91D;
}
.TagClassName
{
border-color: #C2A91D;
}
</style>