Shades of Earls Green #C4AF1E
Tints of Earls Green #C4AF1E
RGB
CMYK
RGB Variations
Color information
#C4AF1E (or 0xC4AF1E) is known color: Earls Green. HEX triplet: C4, AF and 1E. RGB value is (196,175,30). Sum of RGB (Red+Green+Blue) = 196+175+30=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF1E is #3B50E1. Grayscale: #A5A5A5. Windows color (decimal): -3887330 or 2011076. OLE color: 2011076.
HSL color Cylindrical-coordinate representation of color #C4AF1E: hue angle of 52.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4AF1E is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 30 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.23 |
| HSL | 52.41º | 0.73% | 0.44% | - |
| HSV(B) | 52.41º | 0.85% | 0.77% | - |
| XYZ | 38.33 | 42.49 | 7.41 | - |
| YUV | 164.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 30 | 0 | 0.11 | 0.85 | 0.23 | 52.41 | 0.73 | 0.44 |
| Hex | C4 | AF | 1E | 0 | B | 55 | 17 | 34 | 49 | 2C |
| Octal | 304 | 257 | 36 | 0 | 13 | 125 | 27 | 64 | 111 | 54 |
| Binary | 11000100 | 10101111 | 11110 | 0 | 1011 | 1010101 | 10111 | 110100 | 1001001 | 101100 |
Color Harmonies of #C4AF1E
Complementary color
Monochromatic Colors of #C4AF1E
Black with #C4AF1E
Text Example
Text Example
White with #C4AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF1E; }
p { color: rgb(196,175,30); }
H1.HeaderClassName
{
color: #C4AF1E;
}
.AnyTagClassName
{
color: #C4AF1E;
}
</style>
background-color css
<style>
a { background-color: #C4AF1E; }
a { background-color: rgb(196,175,30); }
div.DivClassName
{
background-color: #C4AF1E;
}
.BgClassName
{
background-color: #C4AF1E;
}
</style>
border-color css
<style>
span { border-color: #C4AF1E; }
span { border-color: rgb(196,175,30); }
td.TdClassName
{
border-color: #C4AF1E;
}
.TagClassName
{
border-color: #C4AF1E;
}
</style>