Shades of Earls Green #C4A621
Tints of Earls Green #C4A621
RGB
CMYK
RGB Variations
Color information
#C4A621 (or 0xC4A621) is known color: Earls Green. HEX triplet: C4, A6 and 21. RGB value is (196,166,33). Sum of RGB (Red+Green+Blue) = 196+166+33=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A621 is #3B59DE. Grayscale: #A0A0A0. Windows color (decimal): -3889631 or 2205380. OLE color: 2205380.
HSL color Cylindrical-coordinate representation of color #C4A621: hue angle of 48.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4A621 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 33 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.23 |
| HSL | 48.96º | 0.71% | 0.45% | - |
| HSV(B) | 48.96º | 0.83% | 0.77% | - |
| XYZ | 36.68 | 39.12 | 7.06 | - |
| YUV | 159.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 33 | 0 | 0.15 | 0.83 | 0.23 | 48.96 | 0.71 | 0.45 |
| Hex | C4 | A6 | 21 | 0 | F | 53 | 17 | 31 | 47 | 2D |
| Octal | 304 | 246 | 41 | 0 | 17 | 123 | 27 | 61 | 107 | 55 |
| Binary | 11000100 | 10100110 | 100001 | 0 | 1111 | 1010011 | 10111 | 110001 | 1000111 | 101101 |
Color Harmonies of #C4A621
Complementary color
Monochromatic Colors of #C4A621
Black with #C4A621
Text Example
Text Example
White with #C4A621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A621; }
p { color: rgb(196,166,33); }
H1.HeaderClassName
{
color: #C4A621;
}
.AnyTagClassName
{
color: #C4A621;
}
</style>
background-color css
<style>
a { background-color: #C4A621; }
a { background-color: rgb(196,166,33); }
div.DivClassName
{
background-color: #C4A621;
}
.BgClassName
{
background-color: #C4A621;
}
</style>
border-color css
<style>
span { border-color: #C4A621; }
span { border-color: rgb(196,166,33); }
td.TdClassName
{
border-color: #C4A621;
}
.TagClassName
{
border-color: #C4A621;
}
</style>