Shades of Earls Green #C7AC28
Tints of Earls Green #C7AC28
RGB
CMYK
RGB Variations
Color information
#C7AC28 (or 0xC7AC28) is known color: Earls Green. HEX triplet: C7, AC and 28. RGB value is (199,172,40). Sum of RGB (Red+Green+Blue) = 199+172+40=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AC28 is #3853D7. Grayscale: #A5A5A5. Windows color (decimal): -3691480 or 2665671. OLE color: 2665671.
HSL color Cylindrical-coordinate representation of color #C7AC28: hue angle of 49.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7AC28 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 172 | 40 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.22 |
| HSL | 49.81º | 0.67% | 0.47% | - |
| HSV(B) | 49.81º | 0.8% | 0.78% | - |
| XYZ | 38.69 | 41.8 | 8.04 | - |
| YUV | 165.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 40 | 0 | 0.14 | 0.80 | 0.22 | 49.81 | 0.67 | 0.47 |
| Hex | C7 | AC | 28 | 0 | E | 50 | 16 | 32 | 43 | 2F |
| Octal | 307 | 254 | 50 | 0 | 16 | 120 | 26 | 62 | 103 | 57 |
| Binary | 11000111 | 10101100 | 101000 | 0 | 1110 | 1010000 | 10110 | 110010 | 1000011 | 101111 |
Color Harmonies of #C7AC28
Complementary color
Monochromatic Colors of #C7AC28
Black with #C7AC28
Text Example
Text Example
White with #C7AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AC28; }
p { color: rgb(199,172,40); }
H1.HeaderClassName
{
color: #C7AC28;
}
.AnyTagClassName
{
color: #C7AC28;
}
</style>
background-color css
<style>
a { background-color: #C7AC28; }
a { background-color: rgb(199,172,40); }
div.DivClassName
{
background-color: #C7AC28;
}
.BgClassName
{
background-color: #C7AC28;
}
</style>
border-color css
<style>
span { border-color: #C7AC28; }
span { border-color: rgb(199,172,40); }
td.TdClassName
{
border-color: #C7AC28;
}
.TagClassName
{
border-color: #C7AC28;
}
</style>