Shades of Earls Green #C3A422
Tints of Earls Green #C3A422
RGB
CMYK
RGB Variations
Color information
#C3A422 (or 0xC3A422) is known color: Earls Green. HEX triplet: C3, A4 and 22. RGB value is (195,164,34). Sum of RGB (Red+Green+Blue) = 195+164+34=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A422 is #3C5BDD. Grayscale: #9F9F9F. Windows color (decimal): -3955678 or 2270403. OLE color: 2270403.
HSL color Cylindrical-coordinate representation of color #C3A422: hue angle of 48.45º 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 #C3A422 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 34 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.24 |
| HSL | 48.45º | 0.7% | 0.45% | - |
| HSV(B) | 48.45º | 0.83% | 0.76% | - |
| XYZ | 36.07 | 38.27 | 7 | - |
| YUV | 158.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 34 | 0 | 0.16 | 0.83 | 0.24 | 48.45 | 0.7 | 0.45 |
| Hex | C3 | A4 | 22 | 0 | 10 | 53 | 18 | 30 | 46 | 2D |
| Octal | 303 | 244 | 42 | 0 | 20 | 123 | 30 | 60 | 106 | 55 |
| Binary | 11000011 | 10100100 | 100010 | 0 | 10000 | 1010011 | 11000 | 110000 | 1000110 | 101101 |
Color Harmonies of #C3A422
Complementary color
Monochromatic Colors of #C3A422
Black with #C3A422
Text Example
Text Example
White with #C3A422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A422; }
p { color: rgb(195,164,34); }
H1.HeaderClassName
{
color: #C3A422;
}
.AnyTagClassName
{
color: #C3A422;
}
</style>
background-color css
<style>
a { background-color: #C3A422; }
a { background-color: rgb(195,164,34); }
div.DivClassName
{
background-color: #C3A422;
}
.BgClassName
{
background-color: #C3A422;
}
</style>
border-color css
<style>
span { border-color: #C3A422; }
span { border-color: rgb(195,164,34); }
td.TdClassName
{
border-color: #C3A422;
}
.TagClassName
{
border-color: #C3A422;
}
</style>