Shades of Earls Green #C2A52C
Tints of Earls Green #C2A52C
RGB
CMYK
RGB Variations
Color information
#C2A52C (or 0xC2A52C) is known color: Earls Green. HEX triplet: C2, A5 and 2C. RGB value is (194,165,44). Sum of RGB (Red+Green+Blue) = 194+165+44=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A52C is #3D5AD3. Grayscale: #A0A0A0. Windows color (decimal): -4020948 or 2926018. OLE color: 2926018.
HSL color Cylindrical-coordinate representation of color #C2A52C: hue angle of 48.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2A52C is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 44 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.24 |
| HSL | 48.4º | 0.63% | 0.47% | - |
| HSV(B) | 48.4º | 0.77% | 0.76% | - |
| XYZ | 36.16 | 38.56 | 7.92 | - |
| YUV | 159.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 44 | 0 | 0.15 | 0.77 | 0.24 | 48.4 | 0.63 | 0.47 |
| Hex | C2 | A5 | 2C | 0 | F | 4D | 18 | 30 | 3F | 2F |
| Octal | 302 | 245 | 54 | 0 | 17 | 115 | 30 | 60 | 77 | 57 |
| Binary | 11000010 | 10100101 | 101100 | 0 | 1111 | 1001101 | 11000 | 110000 | 111111 | 101111 |
Color Harmonies of #C2A52C
Complementary color
Monochromatic Colors of #C2A52C
Black with #C2A52C
Text Example
Text Example
White with #C2A52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A52C; }
p { color: rgb(194,165,44); }
H1.HeaderClassName
{
color: #C2A52C;
}
.AnyTagClassName
{
color: #C2A52C;
}
</style>
background-color css
<style>
a { background-color: #C2A52C; }
a { background-color: rgb(194,165,44); }
div.DivClassName
{
background-color: #C2A52C;
}
.BgClassName
{
background-color: #C2A52C;
}
</style>
border-color css
<style>
span { border-color: #C2A52C; }
span { border-color: rgb(194,165,44); }
td.TdClassName
{
border-color: #C2A52C;
}
.TagClassName
{
border-color: #C2A52C;
}
</style>