Shades of Earls Green #C2AD1E
Tints of Earls Green #C2AD1E
RGB
CMYK
RGB Variations
Color information
#C2AD1E (or 0xC2AD1E) is known color: Earls Green. HEX triplet: C2, AD and 1E. RGB value is (194,173,30). Sum of RGB (Red+Green+Blue) = 194+173+30=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD1E is #3D52E1. Grayscale: #A3A3A3. Windows color (decimal): -4018914 or 2010562. OLE color: 2010562.
HSL color Cylindrical-coordinate representation of color #C2AD1E: hue angle of 52.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2AD1E is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 30 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.24 |
| HSL | 52.32º | 0.73% | 0.44% | - |
| HSV(B) | 52.32º | 0.85% | 0.76% | - |
| XYZ | 37.43 | 41.45 | 7.26 | - |
| YUV | 162.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 30 | 0 | 0.11 | 0.85 | 0.24 | 52.32 | 0.73 | 0.44 |
| Hex | C2 | AD | 1E | 0 | B | 55 | 18 | 34 | 49 | 2C |
| Octal | 302 | 255 | 36 | 0 | 13 | 125 | 30 | 64 | 111 | 54 |
| Binary | 11000010 | 10101101 | 11110 | 0 | 1011 | 1010101 | 11000 | 110100 | 1001001 | 101100 |
Color Harmonies of #C2AD1E
Complementary color
Monochromatic Colors of #C2AD1E
Black with #C2AD1E
Text Example
Text Example
White with #C2AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD1E; }
p { color: rgb(194,173,30); }
H1.HeaderClassName
{
color: #C2AD1E;
}
.AnyTagClassName
{
color: #C2AD1E;
}
</style>
background-color css
<style>
a { background-color: #C2AD1E; }
a { background-color: rgb(194,173,30); }
div.DivClassName
{
background-color: #C2AD1E;
}
.BgClassName
{
background-color: #C2AD1E;
}
</style>
border-color css
<style>
span { border-color: #C2AD1E; }
span { border-color: rgb(194,173,30); }
td.TdClassName
{
border-color: #C2AD1E;
}
.TagClassName
{
border-color: #C2AD1E;
}
</style>