Shades of Earls Green #C3A726
Tints of Earls Green #C3A726
RGB
CMYK
RGB Variations
Color information
#C3A726 (or 0xC3A726) is known color: Earls Green. HEX triplet: C3, A7 and 26. RGB value is (195,167,38). Sum of RGB (Red+Green+Blue) = 195+167+38=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A726 is #3C58D9. Grayscale: #A1A1A1. Windows color (decimal): -3954906 or 2533315. OLE color: 2533315.
HSL color Cylindrical-coordinate representation of color #C3A726: hue angle of 49.3º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3A726 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 38 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.24 |
| HSL | 49.3º | 0.67% | 0.46% | - |
| HSV(B) | 49.3º | 0.81% | 0.76% | - |
| XYZ | 36.67 | 39.38 | 7.5 | - |
| YUV | 160.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 38 | 0 | 0.14 | 0.81 | 0.24 | 49.3 | 0.67 | 0.46 |
| Hex | C3 | A7 | 26 | 0 | E | 51 | 18 | 31 | 43 | 2E |
| Octal | 303 | 247 | 46 | 0 | 16 | 121 | 30 | 61 | 103 | 56 |
| Binary | 11000011 | 10100111 | 100110 | 0 | 1110 | 1010001 | 11000 | 110001 | 1000011 | 101110 |
Color Harmonies of #C3A726
Complementary color
Monochromatic Colors of #C3A726
Black with #C3A726
Text Example
Text Example
White with #C3A726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A726; }
p { color: rgb(195,167,38); }
H1.HeaderClassName
{
color: #C3A726;
}
.AnyTagClassName
{
color: #C3A726;
}
</style>
background-color css
<style>
a { background-color: #C3A726; }
a { background-color: rgb(195,167,38); }
div.DivClassName
{
background-color: #C3A726;
}
.BgClassName
{
background-color: #C3A726;
}
</style>
border-color css
<style>
span { border-color: #C3A726; }
span { border-color: rgb(195,167,38); }
td.TdClassName
{
border-color: #C3A726;
}
.TagClassName
{
border-color: #C3A726;
}
</style>