Shades of Earls Green #C7AF1A
Tints of Earls Green #C7AF1A
RGB
CMYK
RGB Variations
Color information
#C7AF1A (or 0xC7AF1A) is known color: Earls Green. HEX triplet: C7, AF and 1A. RGB value is (199,175,26). Sum of RGB (Red+Green+Blue) = 199+175+26=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF1A is #3850E5. Grayscale: #A5A5A5. Windows color (decimal): -3690726 or 1748935. OLE color: 1748935.
HSL color Cylindrical-coordinate representation of color #C7AF1A: hue angle of 51.68º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7AF1A is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 26 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.22 |
| HSL | 51.68º | 0.77% | 0.44% | - |
| HSV(B) | 51.68º | 0.87% | 0.78% | - |
| XYZ | 39.07 | 42.88 | 7.19 | - |
| YUV | 165.19 | 49.45 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 26 | 0 | 0.12 | 0.87 | 0.22 | 51.68 | 0.77 | 0.44 |
| Hex | C7 | AF | 1A | 0 | C | 57 | 16 | 34 | 4D | 2C |
| Octal | 307 | 257 | 32 | 0 | 14 | 127 | 26 | 64 | 115 | 54 |
| Binary | 11000111 | 10101111 | 11010 | 0 | 1100 | 1010111 | 10110 | 110100 | 1001101 | 101100 |
Color Harmonies of #C7AF1A
Complementary color
Monochromatic Colors of #C7AF1A
Black with #C7AF1A
Text Example
Text Example
White with #C7AF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF1A; }
p { color: rgb(199,175,26); }
H1.HeaderClassName
{
color: #C7AF1A;
}
.AnyTagClassName
{
color: #C7AF1A;
}
</style>
background-color css
<style>
a { background-color: #C7AF1A; }
a { background-color: rgb(199,175,26); }
div.DivClassName
{
background-color: #C7AF1A;
}
.BgClassName
{
background-color: #C7AF1A;
}
</style>
border-color css
<style>
span { border-color: #C7AF1A; }
span { border-color: rgb(199,175,26); }
td.TdClassName
{
border-color: #C7AF1A;
}
.TagClassName
{
border-color: #C7AF1A;
}
</style>