Shades of Earls Green #C3A822
Tints of Earls Green #C3A822
RGB
CMYK
RGB Variations
Color information
#C3A822 (or 0xC3A822) is known color: Earls Green. HEX triplet: C3, A8 and 22. RGB value is (195,168,34). Sum of RGB (Red+Green+Blue) = 195+168+34=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A822 is #3C57DD. Grayscale: #A1A1A1. Windows color (decimal): -3954654 or 2271427. OLE color: 2271427.
HSL color Cylindrical-coordinate representation of color #C3A822: hue angle of 49.94º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3A822 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 168 | 34 | - |
CMYK | 0 | 0.14 | 0.83 | 0.24 |
HSL | 49.94º | 0.7% | 0.45% | - |
HSV(B) | 49.94º | 0.83% | 0.76% | - |
XYZ | 36.8 | 39.72 | 7.24 | - |
YUV | 160.8 | 56.45 | 152.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 168 | 34 | 0 | 0.14 | 0.83 | 0.24 | 49.94 | 0.7 | 0.45 |
Hex | C3 | A8 | 22 | 0 | E | 53 | 18 | 32 | 46 | 2D |
Octal | 303 | 250 | 42 | 0 | 16 | 123 | 30 | 62 | 106 | 55 |
Binary | 11000011 | 10101000 | 100010 | 0 | 1110 | 1010011 | 11000 | 110010 | 1000110 | 101101 |
Color Harmonies of #C3A822
Complementary color
Monochromatic Colors of #C3A822
Black with #C3A822
Text Example
Text Example
White with #C3A822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A822; }
p { color: rgb(195,168,34); }
H1.HeaderClassName
{
color: #C3A822;
}
.AnyTagClassName
{
color: #C3A822;
}
</style>
background-color css
<style>
a { background-color: #C3A822; }
a { background-color: rgb(195,168,34); }
div.DivClassName
{
background-color: #C3A822;
}
.BgClassName
{
background-color: #C3A822;
}
</style>
border-color css
<style>
span { border-color: #C3A822; }
span { border-color: rgb(195,168,34); }
td.TdClassName
{
border-color: #C3A822;
}
.TagClassName
{
border-color: #C3A822;
}
</style>