Shades of Earls Green #C3AC2E
Tints of Earls Green #C3AC2E
RGB
CMYK
RGB Variations
Color information
#C3AC2E (or 0xC3AC2E) is known color: Earls Green. HEX triplet: C3, AC and 2E. RGB value is (195,172,46). Sum of RGB (Red+Green+Blue) = 195+172+46=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC2E is #3C53D1. Grayscale: #A5A5A5. Windows color (decimal): -3953618 or 3058883. OLE color: 3058883.
HSL color Cylindrical-coordinate representation of color #C3AC2E: hue angle of 50.74º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3AC2E is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 46 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.24 |
| HSL | 50.74º | 0.62% | 0.47% | - |
| HSV(B) | 50.74º | 0.76% | 0.76% | - |
| XYZ | 37.75 | 41.3 | 8.57 | - |
| YUV | 164.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 46 | 0 | 0.12 | 0.76 | 0.24 | 50.74 | 0.62 | 0.47 |
| Hex | C3 | AC | 2E | 0 | C | 4C | 18 | 33 | 3E | 2F |
| Octal | 303 | 254 | 56 | 0 | 14 | 114 | 30 | 63 | 76 | 57 |
| Binary | 11000011 | 10101100 | 101110 | 0 | 1100 | 1001100 | 11000 | 110011 | 111110 | 101111 |
Color Harmonies of #C3AC2E
Complementary color
Monochromatic Colors of #C3AC2E
Black with #C3AC2E
Text Example
Text Example
White with #C3AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC2E; }
p { color: rgb(195,172,46); }
H1.HeaderClassName
{
color: #C3AC2E;
}
.AnyTagClassName
{
color: #C3AC2E;
}
</style>
background-color css
<style>
a { background-color: #C3AC2E; }
a { background-color: rgb(195,172,46); }
div.DivClassName
{
background-color: #C3AC2E;
}
.BgClassName
{
background-color: #C3AC2E;
}
</style>
border-color css
<style>
span { border-color: #C3AC2E; }
span { border-color: rgb(195,172,46); }
td.TdClassName
{
border-color: #C3AC2E;
}
.TagClassName
{
border-color: #C3AC2E;
}
</style>