Shades of Earls Green #C2A623
Tints of Earls Green #C2A623
RGB
CMYK
RGB Variations
Color information
#C2A623 (or 0xC2A623) is known color: Earls Green. HEX triplet: C2, A6 and 23. RGB value is (194,166,35). Sum of RGB (Red+Green+Blue) = 194+166+35=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A623 is #3D59DC. Grayscale: #9F9F9F. Windows color (decimal): -4020701 or 2336450. OLE color: 2336450.
HSL color Cylindrical-coordinate representation of color #C2A623: hue angle of 49.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2A623 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 35 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.24 |
| HSL | 49.43º | 0.69% | 0.45% | - |
| HSV(B) | 49.43º | 0.82% | 0.76% | - |
| XYZ | 36.19 | 38.86 | 7.18 | - |
| YUV | 159.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 35 | 0 | 0.14 | 0.82 | 0.24 | 49.43 | 0.69 | 0.45 |
| Hex | C2 | A6 | 23 | 0 | E | 52 | 18 | 31 | 45 | 2D |
| Octal | 302 | 246 | 43 | 0 | 16 | 122 | 30 | 61 | 105 | 55 |
| Binary | 11000010 | 10100110 | 100011 | 0 | 1110 | 1010010 | 11000 | 110001 | 1000101 | 101101 |
Color Harmonies of #C2A623
Complementary color
Monochromatic Colors of #C2A623
Black with #C2A623
Text Example
Text Example
White with #C2A623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A623; }
p { color: rgb(194,166,35); }
H1.HeaderClassName
{
color: #C2A623;
}
.AnyTagClassName
{
color: #C2A623;
}
</style>
background-color css
<style>
a { background-color: #C2A623; }
a { background-color: rgb(194,166,35); }
div.DivClassName
{
background-color: #C2A623;
}
.BgClassName
{
background-color: #C2A623;
}
</style>
border-color css
<style>
span { border-color: #C2A623; }
span { border-color: rgb(194,166,35); }
td.TdClassName
{
border-color: #C2A623;
}
.TagClassName
{
border-color: #C2A623;
}
</style>