Shades of Earls Green #C2A423
Tints of Earls Green #C2A423
RGB
CMYK
RGB Variations
Color information
#C2A423 (or 0xC2A423) is known color: Earls Green. HEX triplet: C2, A4 and 23. RGB value is (194,164,35). Sum of RGB (Red+Green+Blue) = 194+164+35=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A423 is #3D5BDC. Grayscale: #9E9E9E. Windows color (decimal): -4021213 or 2335938. OLE color: 2335938.
HSL color Cylindrical-coordinate representation of color #C2A423: hue angle of 48.68º 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 #C2A423 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 35 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.24 |
| HSL | 48.68º | 0.69% | 0.45% | - |
| HSV(B) | 48.68º | 0.82% | 0.76% | - |
| XYZ | 35.83 | 38.14 | 7.06 | - |
| YUV | 158.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 35 | 0 | 0.15 | 0.82 | 0.24 | 48.68 | 0.69 | 0.45 |
| Hex | C2 | A4 | 23 | 0 | F | 52 | 18 | 31 | 45 | 2D |
| Octal | 302 | 244 | 43 | 0 | 17 | 122 | 30 | 61 | 105 | 55 |
| Binary | 11000010 | 10100100 | 100011 | 0 | 1111 | 1010010 | 11000 | 110001 | 1000101 | 101101 |
Color Harmonies of #C2A423
Complementary color
Monochromatic Colors of #C2A423
Black with #C2A423
Text Example
Text Example
White with #C2A423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A423; }
p { color: rgb(194,164,35); }
H1.HeaderClassName
{
color: #C2A423;
}
.AnyTagClassName
{
color: #C2A423;
}
</style>
background-color css
<style>
a { background-color: #C2A423; }
a { background-color: rgb(194,164,35); }
div.DivClassName
{
background-color: #C2A423;
}
.BgClassName
{
background-color: #C2A423;
}
</style>
border-color css
<style>
span { border-color: #C2A423; }
span { border-color: rgb(194,164,35); }
td.TdClassName
{
border-color: #C2A423;
}
.TagClassName
{
border-color: #C2A423;
}
</style>