Shades of Earls Green #C3A917
Tints of Earls Green #C3A917
RGB
CMYK
RGB Variations
Color information
#C3A917 (or 0xC3A917) is known color: Earls Green. HEX triplet: C3, A9 and 17. RGB value is (195,169,23). Sum of RGB (Red+Green+Blue) = 195+169+23=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A917 is #3C56E8. Grayscale: #A0A0A0. Windows color (decimal): -3954409 or 1550787. OLE color: 1550787.
HSL color Cylindrical-coordinate representation of color #C3A917: hue angle of 50.93º 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 #C3A917 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 23 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.24 |
| HSL | 50.93º | 0.79% | 0.43% | - |
| HSV(B) | 50.93º | 0.88% | 0.76% | - |
| XYZ | 36.85 | 40.04 | 6.6 | - |
| YUV | 160.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 23 | 0 | 0.13 | 0.88 | 0.24 | 50.93 | 0.79 | 0.43 |
| Hex | C3 | A9 | 17 | 0 | D | 58 | 18 | 33 | 4F | 2B |
| Octal | 303 | 251 | 27 | 0 | 15 | 130 | 30 | 63 | 117 | 53 |
| Binary | 11000011 | 10101001 | 10111 | 0 | 1101 | 1011000 | 11000 | 110011 | 1001111 | 101011 |
Color Harmonies of #C3A917
Complementary color
Monochromatic Colors of #C3A917
Black with #C3A917
Text Example
Text Example
White with #C3A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A917; }
p { color: rgb(195,169,23); }
H1.HeaderClassName
{
color: #C3A917;
}
.AnyTagClassName
{
color: #C3A917;
}
</style>
background-color css
<style>
a { background-color: #C3A917; }
a { background-color: rgb(195,169,23); }
div.DivClassName
{
background-color: #C3A917;
}
.BgClassName
{
background-color: #C3A917;
}
</style>
border-color css
<style>
span { border-color: #C3A917; }
span { border-color: rgb(195,169,23); }
td.TdClassName
{
border-color: #C3A917;
}
.TagClassName
{
border-color: #C3A917;
}
</style>