Shades of Earls Green #C3A826
Tints of Earls Green #C3A826
RGB
CMYK
RGB Variations
Color information
#C3A826 (or 0xC3A826) is known color: Earls Green. HEX triplet: C3, A8 and 26. RGB value is (195,168,38). Sum of RGB (Red+Green+Blue) = 195+168+38=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A826 is #3C57D9. Grayscale: #A1A1A1. Windows color (decimal): -3954650 or 2533571. OLE color: 2533571.
HSL color Cylindrical-coordinate representation of color #C3A826: hue angle of 49.68º 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 #C3A826 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 38 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.24 |
| HSL | 49.68º | 0.67% | 0.46% | - |
| HSV(B) | 49.68º | 0.81% | 0.76% | - |
| XYZ | 36.86 | 39.75 | 7.56 | - |
| YUV | 161.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 38 | 0 | 0.14 | 0.81 | 0.24 | 49.68 | 0.67 | 0.46 |
| Hex | C3 | A8 | 26 | 0 | E | 51 | 18 | 32 | 43 | 2E |
| Octal | 303 | 250 | 46 | 0 | 16 | 121 | 30 | 62 | 103 | 56 |
| Binary | 11000011 | 10101000 | 100110 | 0 | 1110 | 1010001 | 11000 | 110010 | 1000011 | 101110 |
Color Harmonies of #C3A826
Complementary color
Monochromatic Colors of #C3A826
Black with #C3A826
Text Example
Text Example
White with #C3A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A826; }
p { color: rgb(195,168,38); }
H1.HeaderClassName
{
color: #C3A826;
}
.AnyTagClassName
{
color: #C3A826;
}
</style>
background-color css
<style>
a { background-color: #C3A826; }
a { background-color: rgb(195,168,38); }
div.DivClassName
{
background-color: #C3A826;
}
.BgClassName
{
background-color: #C3A826;
}
</style>
border-color css
<style>
span { border-color: #C3A826; }
span { border-color: rgb(195,168,38); }
td.TdClassName
{
border-color: #C3A826;
}
.TagClassName
{
border-color: #C3A826;
}
</style>