Shades of Earls Green #C3A831
Tints of Earls Green #C3A831
RGB
CMYK
RGB Variations
Color information
#C3A831 (or 0xC3A831) is known color: Earls Green. HEX triplet: C3, A8 and 31. RGB value is (195,168,49). Sum of RGB (Red+Green+Blue) = 195+168+49=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A831 is #3C57CE. Grayscale: #A3A3A3. Windows color (decimal): -3954639 or 3254467. OLE color: 3254467.
HSL color Cylindrical-coordinate representation of color #C3A831: hue angle of 48.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3A831 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 49 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.24 |
| HSL | 48.9º | 0.6% | 0.48% | - |
| HSV(B) | 48.9º | 0.75% | 0.76% | - |
| XYZ | 37.06 | 39.83 | 8.64 | - |
| YUV | 162.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 49 | 0 | 0.14 | 0.75 | 0.24 | 48.9 | 0.6 | 0.48 |
| Hex | C3 | A8 | 31 | 0 | E | 4B | 18 | 31 | 3C | 30 |
| Octal | 303 | 250 | 61 | 0 | 16 | 113 | 30 | 61 | 74 | 60 |
| Binary | 11000011 | 10101000 | 110001 | 0 | 1110 | 1001011 | 11000 | 110001 | 111100 | 110000 |
Color Harmonies of #C3A831
Complementary color
Monochromatic Colors of #C3A831
Black with #C3A831
Text Example
Text Example
White with #C3A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A831; }
p { color: rgb(195,168,49); }
H1.HeaderClassName
{
color: #C3A831;
}
.AnyTagClassName
{
color: #C3A831;
}
</style>
background-color css
<style>
a { background-color: #C3A831; }
a { background-color: rgb(195,168,49); }
div.DivClassName
{
background-color: #C3A831;
}
.BgClassName
{
background-color: #C3A831;
}
</style>
border-color css
<style>
span { border-color: #C3A831; }
span { border-color: rgb(195,168,49); }
td.TdClassName
{
border-color: #C3A831;
}
.TagClassName
{
border-color: #C3A831;
}
</style>