Shades of Earls Green #C2AD25
Tints of Earls Green #C2AD25
RGB
CMYK
RGB Variations
Color information
#C2AD25 (or 0xC2AD25) is known color: Earls Green. HEX triplet: C2, AD and 25. RGB value is (194,173,37). Sum of RGB (Red+Green+Blue) = 194+173+37=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD25 is #3D52DA. Grayscale: #A4A4A4. Windows color (decimal): -4018907 or 2469314. OLE color: 2469314.
HSL color Cylindrical-coordinate representation of color #C2AD25: hue angle of 51.97º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2AD25 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 37 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.24 |
| HSL | 51.97º | 0.68% | 0.45% | - |
| HSV(B) | 51.97º | 0.81% | 0.76% | - |
| XYZ | 37.53 | 41.49 | 7.78 | - |
| YUV | 163.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 37 | 0 | 0.11 | 0.81 | 0.24 | 51.97 | 0.68 | 0.45 |
| Hex | C2 | AD | 25 | 0 | B | 51 | 18 | 34 | 44 | 2D |
| Octal | 302 | 255 | 45 | 0 | 13 | 121 | 30 | 64 | 104 | 55 |
| Binary | 11000010 | 10101101 | 100101 | 0 | 1011 | 1010001 | 11000 | 110100 | 1000100 | 101101 |
Color Harmonies of #C2AD25
Complementary color
Monochromatic Colors of #C2AD25
Black with #C2AD25
Text Example
Text Example
White with #C2AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD25; }
p { color: rgb(194,173,37); }
H1.HeaderClassName
{
color: #C2AD25;
}
.AnyTagClassName
{
color: #C2AD25;
}
</style>
background-color css
<style>
a { background-color: #C2AD25; }
a { background-color: rgb(194,173,37); }
div.DivClassName
{
background-color: #C2AD25;
}
.BgClassName
{
background-color: #C2AD25;
}
</style>
border-color css
<style>
span { border-color: #C2AD25; }
span { border-color: rgb(194,173,37); }
td.TdClassName
{
border-color: #C2AD25;
}
.TagClassName
{
border-color: #C2AD25;
}
</style>