Shades of Earls Green #C4AF2A
Tints of Earls Green #C4AF2A
RGB
CMYK
RGB Variations
Color information
#C4AF2A (or 0xC4AF2A) is known color: Earls Green. HEX triplet: C4, AF and 2A. RGB value is (196,175,42). Sum of RGB (Red+Green+Blue) = 196+175+42=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF2A is #3B50D5. Grayscale: #A6A6A6. Windows color (decimal): -3887318 or 2797508. OLE color: 2797508.
HSL color Cylindrical-coordinate representation of color #C4AF2A: hue angle of 51.82º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4AF2A is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 42 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.23 |
| HSL | 51.82º | 0.65% | 0.47% | - |
| HSV(B) | 51.82º | 0.79% | 0.77% | - |
| XYZ | 38.51 | 42.56 | 8.38 | - |
| YUV | 166.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 42 | 0 | 0.11 | 0.79 | 0.23 | 51.82 | 0.65 | 0.47 |
| Hex | C4 | AF | 2A | 0 | B | 4F | 17 | 34 | 41 | 2F |
| Octal | 304 | 257 | 52 | 0 | 13 | 117 | 27 | 64 | 101 | 57 |
| Binary | 11000100 | 10101111 | 101010 | 0 | 1011 | 1001111 | 10111 | 110100 | 1000001 | 101111 |
Color Harmonies of #C4AF2A
Complementary color
Monochromatic Colors of #C4AF2A
Black with #C4AF2A
Text Example
Text Example
White with #C4AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF2A; }
p { color: rgb(196,175,42); }
H1.HeaderClassName
{
color: #C4AF2A;
}
.AnyTagClassName
{
color: #C4AF2A;
}
</style>
background-color css
<style>
a { background-color: #C4AF2A; }
a { background-color: rgb(196,175,42); }
div.DivClassName
{
background-color: #C4AF2A;
}
.BgClassName
{
background-color: #C4AF2A;
}
</style>
border-color css
<style>
span { border-color: #C4AF2A; }
span { border-color: rgb(196,175,42); }
td.TdClassName
{
border-color: #C4AF2A;
}
.TagClassName
{
border-color: #C4AF2A;
}
</style>