Shades of Earls Green #C4A524
Tints of Earls Green #C4A524
RGB
CMYK
RGB Variations
Color information
#C4A524 (or 0xC4A524) is known color: Earls Green. HEX triplet: C4, A5 and 24. RGB value is (196,165,36). Sum of RGB (Red+Green+Blue) = 196+165+36=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A524 is #3B5ADB. Grayscale: #A0A0A0. Windows color (decimal): -3889884 or 2401732. OLE color: 2401732.
HSL color Cylindrical-coordinate representation of color #C4A524: hue angle of 48.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4A524 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 36 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.23 |
| HSL | 48.38º | 0.69% | 0.45% | - |
| HSV(B) | 48.38º | 0.82% | 0.77% | - |
| XYZ | 36.54 | 38.77 | 7.23 | - |
| YUV | 159.56 | 58.27 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 36 | 0 | 0.16 | 0.82 | 0.23 | 48.38 | 0.69 | 0.45 |
| Hex | C4 | A5 | 24 | 0 | 10 | 52 | 17 | 30 | 45 | 2D |
| Octal | 304 | 245 | 44 | 0 | 20 | 122 | 27 | 60 | 105 | 55 |
| Binary | 11000100 | 10100101 | 100100 | 0 | 10000 | 1010010 | 10111 | 110000 | 1000101 | 101101 |
Color Harmonies of #C4A524
Complementary color
Monochromatic Colors of #C4A524
Black with #C4A524
Text Example
Text Example
White with #C4A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A524; }
p { color: rgb(196,165,36); }
H1.HeaderClassName
{
color: #C4A524;
}
.AnyTagClassName
{
color: #C4A524;
}
</style>
background-color css
<style>
a { background-color: #C4A524; }
a { background-color: rgb(196,165,36); }
div.DivClassName
{
background-color: #C4A524;
}
.BgClassName
{
background-color: #C4A524;
}
</style>
border-color css
<style>
span { border-color: #C4A524; }
span { border-color: rgb(196,165,36); }
td.TdClassName
{
border-color: #C4A524;
}
.TagClassName
{
border-color: #C4A524;
}
</style>