Shades of Earls Green #C3AF2C
Tints of Earls Green #C3AF2C
RGB
CMYK
RGB Variations
Color information
#C3AF2C (or 0xC3AF2C) is known color: Earls Green. HEX triplet: C3, AF and 2C. RGB value is (195,175,44). Sum of RGB (Red+Green+Blue) = 195+175+44=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF2C is #3C50D3. Grayscale: #A6A6A6. Windows color (decimal): -3952852 or 2928579. OLE color: 2928579.
HSL color Cylindrical-coordinate representation of color #C3AF2C: hue angle of 52.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3AF2C is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 44 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.24 |
| HSL | 52.05º | 0.63% | 0.47% | - |
| HSV(B) | 52.05º | 0.77% | 0.76% | - |
| XYZ | 38.29 | 42.44 | 8.56 | - |
| YUV | 166.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 44 | 0 | 0.10 | 0.77 | 0.24 | 52.05 | 0.63 | 0.47 |
| Hex | C3 | AF | 2C | 0 | A | 4D | 18 | 34 | 3F | 2F |
| Octal | 303 | 257 | 54 | 0 | 12 | 115 | 30 | 64 | 77 | 57 |
| Binary | 11000011 | 10101111 | 101100 | 0 | 1010 | 1001101 | 11000 | 110100 | 111111 | 101111 |
Color Harmonies of #C3AF2C
Complementary color
Monochromatic Colors of #C3AF2C
Black with #C3AF2C
Text Example
Text Example
White with #C3AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF2C; }
p { color: rgb(195,175,44); }
H1.HeaderClassName
{
color: #C3AF2C;
}
.AnyTagClassName
{
color: #C3AF2C;
}
</style>
background-color css
<style>
a { background-color: #C3AF2C; }
a { background-color: rgb(195,175,44); }
div.DivClassName
{
background-color: #C3AF2C;
}
.BgClassName
{
background-color: #C3AF2C;
}
</style>
border-color css
<style>
span { border-color: #C3AF2C; }
span { border-color: rgb(195,175,44); }
td.TdClassName
{
border-color: #C3AF2C;
}
.TagClassName
{
border-color: #C3AF2C;
}
</style>