Shades of Earls Green #C3AF15
Tints of Earls Green #C3AF15
RGB
CMYK
RGB Variations
Color information
#C3AF15 (or 0xC3AF15) is known color: Earls Green. HEX triplet: C3, AF and 15. RGB value is (195,175,21). Sum of RGB (Red+Green+Blue) = 195+175+21=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF15 is #3C50EA. Grayscale: #A4A4A4. Windows color (decimal): -3952875 or 1421251. OLE color: 1421251.
HSL color Cylindrical-coordinate representation of color #C3AF15: hue angle of 53.1º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3AF15 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 21 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.24 |
| HSL | 53.1º | 0.81% | 0.42% | - |
| HSV(B) | 53.1º | 0.89% | 0.76% | - |
| XYZ | 37.97 | 42.32 | 6.88 | - |
| YUV | 163.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 21 | 0 | 0.10 | 0.89 | 0.24 | 53.1 | 0.81 | 0.42 |
| Hex | C3 | AF | 15 | 0 | A | 59 | 18 | 35 | 51 | 2A |
| Octal | 303 | 257 | 25 | 0 | 12 | 131 | 30 | 65 | 121 | 52 |
| Binary | 11000011 | 10101111 | 10101 | 0 | 1010 | 1011001 | 11000 | 110101 | 1010001 | 101010 |
Color Harmonies of #C3AF15
Complementary color
Monochromatic Colors of #C3AF15
Black with #C3AF15
Text Example
Text Example
White with #C3AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF15; }
p { color: rgb(195,175,21); }
H1.HeaderClassName
{
color: #C3AF15;
}
.AnyTagClassName
{
color: #C3AF15;
}
</style>
background-color css
<style>
a { background-color: #C3AF15; }
a { background-color: rgb(195,175,21); }
div.DivClassName
{
background-color: #C3AF15;
}
.BgClassName
{
background-color: #C3AF15;
}
</style>
border-color css
<style>
span { border-color: #C3AF15; }
span { border-color: rgb(195,175,21); }
td.TdClassName
{
border-color: #C3AF15;
}
.TagClassName
{
border-color: #C3AF15;
}
</style>