Shades of Earls Green #C3AA2F
Tints of Earls Green #C3AA2F
RGB
CMYK
RGB Variations
Color information
#C3AA2F (or 0xC3AA2F) is known color: Earls Green. HEX triplet: C3, AA and 2F. RGB value is (195,170,47). Sum of RGB (Red+Green+Blue) = 195+170+47=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA2F is #3C55D0. Grayscale: #A3A3A3. Windows color (decimal): -3954129 or 3123907. OLE color: 3123907.
HSL color Cylindrical-coordinate representation of color #C3AA2F: hue angle of 49.86º degrees, saturation: 0.61, 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 #C3AA2F is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 47 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.24 |
| HSL | 49.86º | 0.61% | 0.47% | - |
| HSV(B) | 49.86º | 0.76% | 0.76% | - |
| XYZ | 37.39 | 40.56 | 8.55 | - |
| YUV | 163.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 47 | 0 | 0.13 | 0.76 | 0.24 | 49.86 | 0.61 | 0.47 |
| Hex | C3 | AA | 2F | 0 | D | 4C | 18 | 32 | 3D | 2F |
| Octal | 303 | 252 | 57 | 0 | 15 | 114 | 30 | 62 | 75 | 57 |
| Binary | 11000011 | 10101010 | 101111 | 0 | 1101 | 1001100 | 11000 | 110010 | 111101 | 101111 |
Color Harmonies of #C3AA2F
Complementary color
Monochromatic Colors of #C3AA2F
Black with #C3AA2F
Text Example
Text Example
White with #C3AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA2F; }
p { color: rgb(195,170,47); }
H1.HeaderClassName
{
color: #C3AA2F;
}
.AnyTagClassName
{
color: #C3AA2F;
}
</style>
background-color css
<style>
a { background-color: #C3AA2F; }
a { background-color: rgb(195,170,47); }
div.DivClassName
{
background-color: #C3AA2F;
}
.BgClassName
{
background-color: #C3AA2F;
}
</style>
border-color css
<style>
span { border-color: #C3AA2F; }
span { border-color: rgb(195,170,47); }
td.TdClassName
{
border-color: #C3AA2F;
}
.TagClassName
{
border-color: #C3AA2F;
}
</style>