Shades of Earls Green #C2AD19
Tints of Earls Green #C2AD19
RGB
CMYK
RGB Variations
Color information
#C2AD19 (or 0xC2AD19) is known color: Earls Green. HEX triplet: C2, AD and 19. RGB value is (194,173,25). Sum of RGB (Red+Green+Blue) = 194+173+25=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AD19 is #3D52E6. Grayscale: #A3A3A3. Windows color (decimal): -4018919 or 1682882. OLE color: 1682882.
HSL color Cylindrical-coordinate representation of color #C2AD19: hue angle of 52.54º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2AD19 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 25 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.24 |
| HSL | 52.54º | 0.77% | 0.43% | - |
| HSV(B) | 52.54º | 0.87% | 0.76% | - |
| XYZ | 37.37 | 41.43 | 6.95 | - |
| YUV | 162.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 25 | 0 | 0.11 | 0.87 | 0.24 | 52.54 | 0.77 | 0.43 |
| Hex | C2 | AD | 19 | 0 | B | 57 | 18 | 35 | 4D | 2B |
| Octal | 302 | 255 | 31 | 0 | 13 | 127 | 30 | 65 | 115 | 53 |
| Binary | 11000010 | 10101101 | 11001 | 0 | 1011 | 1010111 | 11000 | 110101 | 1001101 | 101011 |
Color Harmonies of #C2AD19
Complementary color
Monochromatic Colors of #C2AD19
Black with #C2AD19
Text Example
Text Example
White with #C2AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD19; }
p { color: rgb(194,173,25); }
H1.HeaderClassName
{
color: #C2AD19;
}
.AnyTagClassName
{
color: #C2AD19;
}
</style>
background-color css
<style>
a { background-color: #C2AD19; }
a { background-color: rgb(194,173,25); }
div.DivClassName
{
background-color: #C2AD19;
}
.BgClassName
{
background-color: #C2AD19;
}
</style>
border-color css
<style>
span { border-color: #C2AD19; }
span { border-color: rgb(194,173,25); }
td.TdClassName
{
border-color: #C2AD19;
}
.TagClassName
{
border-color: #C2AD19;
}
</style>