Shades of Earls Green #C7AD25
Tints of Earls Green #C7AD25
RGB
CMYK
RGB Variations
Color information
#C7AD25 (or 0xC7AD25) is known color: Earls Green. HEX triplet: C7, AD and 25. RGB value is (199,173,37). Sum of RGB (Red+Green+Blue) = 199+173+37=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD25 is #3852DA. Grayscale: #A5A5A5. Windows color (decimal): -3691227 or 2469319. OLE color: 2469319.
HSL color Cylindrical-coordinate representation of color #C7AD25: hue angle of 50.37º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7AD25 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 37 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.22 |
| HSL | 50.37º | 0.69% | 0.46% | - |
| HSV(B) | 50.37º | 0.81% | 0.78% | - |
| XYZ | 38.83 | 42.16 | 7.84 | - |
| YUV | 165.27 | 55.61 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 37 | 0 | 0.13 | 0.81 | 0.22 | 50.37 | 0.69 | 0.46 |
| Hex | C7 | AD | 25 | 0 | D | 51 | 16 | 32 | 45 | 2E |
| Octal | 307 | 255 | 45 | 0 | 15 | 121 | 26 | 62 | 105 | 56 |
| Binary | 11000111 | 10101101 | 100101 | 0 | 1101 | 1010001 | 10110 | 110010 | 1000101 | 101110 |
Color Harmonies of #C7AD25
Complementary color
Monochromatic Colors of #C7AD25
Black with #C7AD25
Text Example
Text Example
White with #C7AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD25; }
p { color: rgb(199,173,37); }
H1.HeaderClassName
{
color: #C7AD25;
}
.AnyTagClassName
{
color: #C7AD25;
}
</style>
background-color css
<style>
a { background-color: #C7AD25; }
a { background-color: rgb(199,173,37); }
div.DivClassName
{
background-color: #C7AD25;
}
.BgClassName
{
background-color: #C7AD25;
}
</style>
border-color css
<style>
span { border-color: #C7AD25; }
span { border-color: rgb(199,173,37); }
td.TdClassName
{
border-color: #C7AD25;
}
.TagClassName
{
border-color: #C7AD25;
}
</style>