Shades of Earls Green #C4A927
Tints of Earls Green #C4A927
RGB
CMYK
RGB Variations
Color information
#C4A927 (or 0xC4A927) is known color: Earls Green. HEX triplet: C4, A9 and 27. RGB value is (196,169,39). Sum of RGB (Red+Green+Blue) = 196+169+39=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A927 is #3B56D8. Grayscale: #A2A2A2. Windows color (decimal): -3888857 or 2599364. OLE color: 2599364.
HSL color Cylindrical-coordinate representation of color #C4A927: hue angle of 49.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4A927 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 169 | 39 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.23 |
| HSL | 49.68º | 0.67% | 0.46% | - |
| HSV(B) | 49.68º | 0.8% | 0.77% | - |
| XYZ | 37.32 | 40.26 | 7.72 | - |
| YUV | 162.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 39 | 0 | 0.14 | 0.80 | 0.23 | 49.68 | 0.67 | 0.46 |
| Hex | C4 | A9 | 27 | 0 | E | 50 | 17 | 32 | 43 | 2E |
| Octal | 304 | 251 | 47 | 0 | 16 | 120 | 27 | 62 | 103 | 56 |
| Binary | 11000100 | 10101001 | 100111 | 0 | 1110 | 1010000 | 10111 | 110010 | 1000011 | 101110 |
Color Harmonies of #C4A927
Complementary color
Monochromatic Colors of #C4A927
Black with #C4A927
Text Example
Text Example
White with #C4A927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A927; }
p { color: rgb(196,169,39); }
H1.HeaderClassName
{
color: #C4A927;
}
.AnyTagClassName
{
color: #C4A927;
}
</style>
background-color css
<style>
a { background-color: #C4A927; }
a { background-color: rgb(196,169,39); }
div.DivClassName
{
background-color: #C4A927;
}
.BgClassName
{
background-color: #C4A927;
}
</style>
border-color css
<style>
span { border-color: #C4A927; }
span { border-color: rgb(196,169,39); }
td.TdClassName
{
border-color: #C4A927;
}
.TagClassName
{
border-color: #C4A927;
}
</style>