Shades of Earls Green #C4A825
Tints of Earls Green #C4A825
RGB
CMYK
RGB Variations
Color information
#C4A825 (or 0xC4A825) is known color: Earls Green. HEX triplet: C4, A8 and 25. RGB value is (196,168,37). Sum of RGB (Red+Green+Blue) = 196+168+37=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A825 is #3B57DA. Grayscale: #A1A1A1. Windows color (decimal): -3889115 or 2468036. OLE color: 2468036.
HSL color Cylindrical-coordinate representation of color #C4A825: hue angle of 49.43º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4A825 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 37 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.23 |
| HSL | 49.43º | 0.68% | 0.46% | - |
| HSV(B) | 49.43º | 0.81% | 0.77% | - |
| XYZ | 37.1 | 39.87 | 7.49 | - |
| YUV | 161.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 37 | 0 | 0.14 | 0.81 | 0.23 | 49.43 | 0.68 | 0.46 |
| Hex | C4 | A8 | 25 | 0 | E | 51 | 17 | 31 | 44 | 2E |
| Octal | 304 | 250 | 45 | 0 | 16 | 121 | 27 | 61 | 104 | 56 |
| Binary | 11000100 | 10101000 | 100101 | 0 | 1110 | 1010001 | 10111 | 110001 | 1000100 | 101110 |
Color Harmonies of #C4A825
Complementary color
Monochromatic Colors of #C4A825
Black with #C4A825
Text Example
Text Example
White with #C4A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A825; }
p { color: rgb(196,168,37); }
H1.HeaderClassName
{
color: #C4A825;
}
.AnyTagClassName
{
color: #C4A825;
}
</style>
background-color css
<style>
a { background-color: #C4A825; }
a { background-color: rgb(196,168,37); }
div.DivClassName
{
background-color: #C4A825;
}
.BgClassName
{
background-color: #C4A825;
}
</style>
border-color css
<style>
span { border-color: #C4A825; }
span { border-color: rgb(196,168,37); }
td.TdClassName
{
border-color: #C4A825;
}
.TagClassName
{
border-color: #C4A825;
}
</style>