Shades of Earls Green #C2AD17
Tints of Earls Green #C2AD17
RGB
CMYK
RGB Variations
Color information
#C2AD17 (or 0xC2AD17) is known color: Earls Green. HEX triplet: C2, AD and 17. RGB value is (194,173,23). Sum of RGB (Red+Green+Blue) = 194+173+23=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AD17 is #3D52E8. Grayscale: #A2A2A2. Windows color (decimal): -4018921 or 1551810. OLE color: 1551810.
HSL color Cylindrical-coordinate representation of color #C2AD17: hue angle of 52.63º 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 #C2AD17 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 23 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.24 |
| HSL | 52.63º | 0.79% | 0.43% | - |
| HSV(B) | 52.63º | 0.88% | 0.76% | - |
| XYZ | 37.35 | 41.42 | 6.84 | - |
| YUV | 162.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 23 | 0 | 0.11 | 0.88 | 0.24 | 52.63 | 0.79 | 0.43 |
| Hex | C2 | AD | 17 | 0 | B | 58 | 18 | 35 | 4F | 2B |
| Octal | 302 | 255 | 27 | 0 | 13 | 130 | 30 | 65 | 117 | 53 |
| Binary | 11000010 | 10101101 | 10111 | 0 | 1011 | 1011000 | 11000 | 110101 | 1001111 | 101011 |
Color Harmonies of #C2AD17
Complementary color
Monochromatic Colors of #C2AD17
Black with #C2AD17
Text Example
Text Example
White with #C2AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD17; }
p { color: rgb(194,173,23); }
H1.HeaderClassName
{
color: #C2AD17;
}
.AnyTagClassName
{
color: #C2AD17;
}
</style>
background-color css
<style>
a { background-color: #C2AD17; }
a { background-color: rgb(194,173,23); }
div.DivClassName
{
background-color: #C2AD17;
}
.BgClassName
{
background-color: #C2AD17;
}
</style>
border-color css
<style>
span { border-color: #C2AD17; }
span { border-color: rgb(194,173,23); }
td.TdClassName
{
border-color: #C2AD17;
}
.TagClassName
{
border-color: #C2AD17;
}
</style>