Shades of Earls Green #C8AF1E
Tints of Earls Green #C8AF1E
RGB
CMYK
RGB Variations
Color information
#C8AF1E (or 0xC8AF1E) is known color: Earls Green. HEX triplet: C8, AF and 1E. RGB value is (200,175,30). Sum of RGB (Red+Green+Blue) = 200+175+30=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF1E is #3750E1. Grayscale: #A6A6A6. Windows color (decimal): -3625186 or 2011080. OLE color: 2011080.
HSL color Cylindrical-coordinate representation of color #C8AF1E: hue angle of 51.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8AF1E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 30 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.22 |
| HSL | 51.18º | 0.74% | 0.45% | - |
| HSV(B) | 51.18º | 0.85% | 0.78% | - |
| XYZ | 39.38 | 43.03 | 7.46 | - |
| YUV | 165.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 30 | 0 | 0.12 | 0.85 | 0.22 | 51.18 | 0.74 | 0.45 |
| Hex | C8 | AF | 1E | 0 | C | 55 | 16 | 33 | 4A | 2D |
| Octal | 310 | 257 | 36 | 0 | 14 | 125 | 26 | 63 | 112 | 55 |
| Binary | 11001000 | 10101111 | 11110 | 0 | 1100 | 1010101 | 10110 | 110011 | 1001010 | 101101 |
Color Harmonies of #C8AF1E
Complementary color
Monochromatic Colors of #C8AF1E
Black with #C8AF1E
Text Example
Text Example
White with #C8AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF1E; }
p { color: rgb(200,175,30); }
H1.HeaderClassName
{
color: #C8AF1E;
}
.AnyTagClassName
{
color: #C8AF1E;
}
</style>
background-color css
<style>
a { background-color: #C8AF1E; }
a { background-color: rgb(200,175,30); }
div.DivClassName
{
background-color: #C8AF1E;
}
.BgClassName
{
background-color: #C8AF1E;
}
</style>
border-color css
<style>
span { border-color: #C8AF1E; }
span { border-color: rgb(200,175,30); }
td.TdClassName
{
border-color: #C8AF1E;
}
.TagClassName
{
border-color: #C8AF1E;
}
</style>