Shades of Earls Green #C7AD24
Tints of Earls Green #C7AD24
RGB
CMYK
RGB Variations
Color information
#C7AD24 (or 0xC7AD24) is known color: Earls Green. HEX triplet: C7, AD and 24. RGB value is (199,173,36). Sum of RGB (Red+Green+Blue) = 199+173+36=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD24 is #3852DB. Grayscale: #A5A5A5. Windows color (decimal): -3691228 or 2403783. OLE color: 2403783.
HSL color Cylindrical-coordinate representation of color #C7AD24: hue angle of 50.43º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7AD24 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 36 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.22 |
| HSL | 50.43º | 0.69% | 0.46% | - |
| HSV(B) | 50.43º | 0.82% | 0.78% | - |
| XYZ | 38.82 | 42.16 | 7.76 | - |
| YUV | 165.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 36 | 0 | 0.13 | 0.82 | 0.22 | 50.43 | 0.69 | 0.46 |
| Hex | C7 | AD | 24 | 0 | D | 52 | 16 | 32 | 45 | 2E |
| Octal | 307 | 255 | 44 | 0 | 15 | 122 | 26 | 62 | 105 | 56 |
| Binary | 11000111 | 10101101 | 100100 | 0 | 1101 | 1010010 | 10110 | 110010 | 1000101 | 101110 |
Color Harmonies of #C7AD24
Complementary color
Monochromatic Colors of #C7AD24
Black with #C7AD24
Text Example
Text Example
White with #C7AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD24; }
p { color: rgb(199,173,36); }
H1.HeaderClassName
{
color: #C7AD24;
}
.AnyTagClassName
{
color: #C7AD24;
}
</style>
background-color css
<style>
a { background-color: #C7AD24; }
a { background-color: rgb(199,173,36); }
div.DivClassName
{
background-color: #C7AD24;
}
.BgClassName
{
background-color: #C7AD24;
}
</style>
border-color css
<style>
span { border-color: #C7AD24; }
span { border-color: rgb(199,173,36); }
td.TdClassName
{
border-color: #C7AD24;
}
.TagClassName
{
border-color: #C7AD24;
}
</style>