Shades of Earls Green #C7A623
Tints of Earls Green #C7A623
RGB
CMYK
RGB Variations
Color information
#C7A623 (or 0xC7A623) is known color: Earls Green. HEX triplet: C7, A6 and 23. RGB value is (199,166,35). Sum of RGB (Red+Green+Blue) = 199+166+35=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A623 is #3859DC. Grayscale: #A1A1A1. Windows color (decimal): -3693021 or 2336455. OLE color: 2336455.
HSL color Cylindrical-coordinate representation of color #C7A623: hue angle of 47.93º degrees, saturation: 0.7, 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 #C7A623 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 35 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.22 |
| HSL | 47.93º | 0.7% | 0.46% | - |
| HSV(B) | 47.93º | 0.82% | 0.78% | - |
| XYZ | 37.49 | 39.54 | 7.25 | - |
| YUV | 160.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 35 | 0 | 0.17 | 0.82 | 0.22 | 47.93 | 0.7 | 0.46 |
| Hex | C7 | A6 | 23 | 0 | 11 | 52 | 16 | 30 | 46 | 2E |
| Octal | 307 | 246 | 43 | 0 | 21 | 122 | 26 | 60 | 106 | 56 |
| Binary | 11000111 | 10100110 | 100011 | 0 | 10001 | 1010010 | 10110 | 110000 | 1000110 | 101110 |
Color Harmonies of #C7A623
Complementary color
Monochromatic Colors of #C7A623
Black with #C7A623
Text Example
Text Example
White with #C7A623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A623; }
p { color: rgb(199,166,35); }
H1.HeaderClassName
{
color: #C7A623;
}
.AnyTagClassName
{
color: #C7A623;
}
</style>
background-color css
<style>
a { background-color: #C7A623; }
a { background-color: rgb(199,166,35); }
div.DivClassName
{
background-color: #C7A623;
}
.BgClassName
{
background-color: #C7A623;
}
</style>
border-color css
<style>
span { border-color: #C7A623; }
span { border-color: rgb(199,166,35); }
td.TdClassName
{
border-color: #C7A623;
}
.TagClassName
{
border-color: #C7A623;
}
</style>