Shades of Earls Green #C3AF17
Tints of Earls Green #C3AF17
RGB
CMYK
RGB Variations
Color information
#C3AF17 (or 0xC3AF17) is known color: Earls Green. HEX triplet: C3, AF and 17. RGB value is (195,175,23). Sum of RGB (Red+Green+Blue) = 195+175+23=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF17 is #3C50E8. Grayscale: #A4A4A4. Windows color (decimal): -3952873 or 1552323. OLE color: 1552323.
HSL color Cylindrical-coordinate representation of color #C3AF17: hue angle of 53.02º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3AF17 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 23 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.24 |
| HSL | 53.02º | 0.79% | 0.43% | - |
| HSV(B) | 53.02º | 0.88% | 0.76% | - |
| XYZ | 37.99 | 42.32 | 6.98 | - |
| YUV | 163.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 23 | 0 | 0.10 | 0.88 | 0.24 | 53.02 | 0.79 | 0.43 |
| Hex | C3 | AF | 17 | 0 | A | 58 | 18 | 35 | 4F | 2B |
| Octal | 303 | 257 | 27 | 0 | 12 | 130 | 30 | 65 | 117 | 53 |
| Binary | 11000011 | 10101111 | 10111 | 0 | 1010 | 1011000 | 11000 | 110101 | 1001111 | 101011 |
Color Harmonies of #C3AF17
Complementary color
Monochromatic Colors of #C3AF17
Black with #C3AF17
Text Example
Text Example
White with #C3AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF17; }
p { color: rgb(195,175,23); }
H1.HeaderClassName
{
color: #C3AF17;
}
.AnyTagClassName
{
color: #C3AF17;
}
</style>
background-color css
<style>
a { background-color: #C3AF17; }
a { background-color: rgb(195,175,23); }
div.DivClassName
{
background-color: #C3AF17;
}
.BgClassName
{
background-color: #C3AF17;
}
</style>
border-color css
<style>
span { border-color: #C3AF17; }
span { border-color: rgb(195,175,23); }
td.TdClassName
{
border-color: #C3AF17;
}
.TagClassName
{
border-color: #C3AF17;
}
</style>