Shades of Earls Green #C2A523
Tints of Earls Green #C2A523
RGB
CMYK
RGB Variations
Color information
#C2A523 (or 0xC2A523) is known color: Earls Green. HEX triplet: C2, A5 and 23. RGB value is (194,165,35). Sum of RGB (Red+Green+Blue) = 194+165+35=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A523 is #3D5ADC. Grayscale: #9F9F9F. Windows color (decimal): -4020957 or 2336194. OLE color: 2336194.
HSL color Cylindrical-coordinate representation of color #C2A523: hue angle of 49.06º 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 #C2A523 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 35 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.24 |
| HSL | 49.06º | 0.69% | 0.45% | - |
| HSV(B) | 49.06º | 0.82% | 0.76% | - |
| XYZ | 36.01 | 38.5 | 7.12 | - |
| YUV | 158.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 35 | 0 | 0.15 | 0.82 | 0.24 | 49.06 | 0.69 | 0.45 |
| Hex | C2 | A5 | 23 | 0 | F | 52 | 18 | 31 | 45 | 2D |
| Octal | 302 | 245 | 43 | 0 | 17 | 122 | 30 | 61 | 105 | 55 |
| Binary | 11000010 | 10100101 | 100011 | 0 | 1111 | 1010010 | 11000 | 110001 | 1000101 | 101101 |
Color Harmonies of #C2A523
Complementary color
Monochromatic Colors of #C2A523
Black with #C2A523
Text Example
Text Example
White with #C2A523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A523; }
p { color: rgb(194,165,35); }
H1.HeaderClassName
{
color: #C2A523;
}
.AnyTagClassName
{
color: #C2A523;
}
</style>
background-color css
<style>
a { background-color: #C2A523; }
a { background-color: rgb(194,165,35); }
div.DivClassName
{
background-color: #C2A523;
}
.BgClassName
{
background-color: #C2A523;
}
</style>
border-color css
<style>
span { border-color: #C2A523; }
span { border-color: rgb(194,165,35); }
td.TdClassName
{
border-color: #C2A523;
}
.TagClassName
{
border-color: #C2A523;
}
</style>