Shades of Earls Green #C3A523
Tints of Earls Green #C3A523
RGB
CMYK
RGB Variations
Color information
#C3A523 (or 0xC3A523) is known color: Earls Green. HEX triplet: C3, A5 and 23. RGB value is (195,165,35). Sum of RGB (Red+Green+Blue) = 195+165+35=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A523 is #3C5ADC. Grayscale: #9F9F9F. Windows color (decimal): -3955421 or 2336195. OLE color: 2336195.
HSL color Cylindrical-coordinate representation of color #C3A523: hue angle of 48.75º degrees, saturation: 0.7, 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 #C3A523 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 35 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.24 |
| HSL | 48.75º | 0.7% | 0.45% | - |
| HSV(B) | 48.75º | 0.82% | 0.76% | - |
| XYZ | 36.26 | 38.63 | 7.14 | - |
| YUV | 159.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 35 | 0 | 0.15 | 0.82 | 0.24 | 48.75 | 0.7 | 0.45 |
| Hex | C3 | A5 | 23 | 0 | F | 52 | 18 | 31 | 46 | 2D |
| Octal | 303 | 245 | 43 | 0 | 17 | 122 | 30 | 61 | 106 | 55 |
| Binary | 11000011 | 10100101 | 100011 | 0 | 1111 | 1010010 | 11000 | 110001 | 1000110 | 101101 |
Color Harmonies of #C3A523
Complementary color
Monochromatic Colors of #C3A523
Black with #C3A523
Text Example
Text Example
White with #C3A523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A523; }
p { color: rgb(195,165,35); }
H1.HeaderClassName
{
color: #C3A523;
}
.AnyTagClassName
{
color: #C3A523;
}
</style>
background-color css
<style>
a { background-color: #C3A523; }
a { background-color: rgb(195,165,35); }
div.DivClassName
{
background-color: #C3A523;
}
.BgClassName
{
background-color: #C3A523;
}
</style>
border-color css
<style>
span { border-color: #C3A523; }
span { border-color: rgb(195,165,35); }
td.TdClassName
{
border-color: #C3A523;
}
.TagClassName
{
border-color: #C3A523;
}
</style>