Shades of Earls Green #C3AD15
Tints of Earls Green #C3AD15
RGB
CMYK
RGB Variations
Color information
#C3AD15 (or 0xC3AD15) is known color: Earls Green. HEX triplet: C3, AD and 15. RGB value is (195,173,21). Sum of RGB (Red+Green+Blue) = 195+173+21=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AD15 is #3C52EA. Grayscale: #A2A2A2. Windows color (decimal): -3953387 or 1420739. OLE color: 1420739.
HSL color Cylindrical-coordinate representation of color #C3AD15: hue angle of 52.41º 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 #C3AD15 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 21 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.24 |
| HSL | 52.41º | 0.81% | 0.42% | - |
| HSV(B) | 52.41º | 0.89% | 0.76% | - |
| XYZ | 37.58 | 41.54 | 6.75 | - |
| YUV | 162.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 21 | 0 | 0.11 | 0.89 | 0.24 | 52.41 | 0.81 | 0.42 |
| Hex | C3 | AD | 15 | 0 | B | 59 | 18 | 34 | 51 | 2A |
| Octal | 303 | 255 | 25 | 0 | 13 | 131 | 30 | 64 | 121 | 52 |
| Binary | 11000011 | 10101101 | 10101 | 0 | 1011 | 1011001 | 11000 | 110100 | 1010001 | 101010 |
Color Harmonies of #C3AD15
Complementary color
Monochromatic Colors of #C3AD15
Black with #C3AD15
Text Example
Text Example
White with #C3AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD15; }
p { color: rgb(195,173,21); }
H1.HeaderClassName
{
color: #C3AD15;
}
.AnyTagClassName
{
color: #C3AD15;
}
</style>
background-color css
<style>
a { background-color: #C3AD15; }
a { background-color: rgb(195,173,21); }
div.DivClassName
{
background-color: #C3AD15;
}
.BgClassName
{
background-color: #C3AD15;
}
</style>
border-color css
<style>
span { border-color: #C3AD15; }
span { border-color: rgb(195,173,21); }
td.TdClassName
{
border-color: #C3AD15;
}
.TagClassName
{
border-color: #C3AD15;
}
</style>