Shades of Earls Green #C8AF1D
Tints of Earls Green #C8AF1D
RGB
CMYK
RGB Variations
Color information
#C8AF1D (or 0xC8AF1D) is known color: Earls Green. HEX triplet: C8, AF and 1D. RGB value is (200,175,29). Sum of RGB (Red+Green+Blue) = 200+175+29=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF1D is #3750E2. Grayscale: #A6A6A6. Windows color (decimal): -3625187 or 1945544. OLE color: 1945544.
HSL color Cylindrical-coordinate representation of color #C8AF1D: hue angle of 51.23º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8AF1D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 29 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.22 |
| HSL | 51.23º | 0.75% | 0.45% | - |
| HSV(B) | 51.23º | 0.86% | 0.78% | - |
| XYZ | 39.37 | 43.03 | 7.39 | - |
| YUV | 165.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 29 | 0 | 0.12 | 0.86 | 0.22 | 51.23 | 0.75 | 0.45 |
| Hex | C8 | AF | 1D | 0 | C | 56 | 16 | 33 | 4B | 2D |
| Octal | 310 | 257 | 35 | 0 | 14 | 126 | 26 | 63 | 113 | 55 |
| Binary | 11001000 | 10101111 | 11101 | 0 | 1100 | 1010110 | 10110 | 110011 | 1001011 | 101101 |
Color Harmonies of #C8AF1D
Complementary color
Monochromatic Colors of #C8AF1D
Black with #C8AF1D
Text Example
Text Example
White with #C8AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF1D; }
p { color: rgb(200,175,29); }
H1.HeaderClassName
{
color: #C8AF1D;
}
.AnyTagClassName
{
color: #C8AF1D;
}
</style>
background-color css
<style>
a { background-color: #C8AF1D; }
a { background-color: rgb(200,175,29); }
div.DivClassName
{
background-color: #C8AF1D;
}
.BgClassName
{
background-color: #C8AF1D;
}
</style>
border-color css
<style>
span { border-color: #C8AF1D; }
span { border-color: rgb(200,175,29); }
td.TdClassName
{
border-color: #C8AF1D;
}
.TagClassName
{
border-color: #C8AF1D;
}
</style>