Shades of Earls Green #C4A327
Tints of Earls Green #C4A327
RGB
CMYK
RGB Variations
Color information
#C4A327 (or 0xC4A327) is known color: Earls Green. HEX triplet: C4, A3 and 27. RGB value is (196,163,39). Sum of RGB (Red+Green+Blue) = 196+163+39=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A327 is #3B5CD8. Grayscale: #9F9F9F. Windows color (decimal): -3890393 or 2597828. OLE color: 2597828.
HSL color Cylindrical-coordinate representation of color #C4A327: hue angle of 47.39º 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 #C4A327 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 39 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.23 |
| HSL | 47.39º | 0.67% | 0.46% | - |
| HSV(B) | 47.39º | 0.8% | 0.77% | - |
| XYZ | 36.23 | 38.08 | 7.36 | - |
| YUV | 158.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 39 | 0 | 0.17 | 0.80 | 0.23 | 47.39 | 0.67 | 0.46 |
| Hex | C4 | A3 | 27 | 0 | 11 | 50 | 17 | 2F | 43 | 2E |
| Octal | 304 | 243 | 47 | 0 | 21 | 120 | 27 | 57 | 103 | 56 |
| Binary | 11000100 | 10100011 | 100111 | 0 | 10001 | 1010000 | 10111 | 101111 | 1000011 | 101110 |
Color Harmonies of #C4A327
Complementary color
Monochromatic Colors of #C4A327
Black with #C4A327
Text Example
Text Example
White with #C4A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A327; }
p { color: rgb(196,163,39); }
H1.HeaderClassName
{
color: #C4A327;
}
.AnyTagClassName
{
color: #C4A327;
}
</style>
background-color css
<style>
a { background-color: #C4A327; }
a { background-color: rgb(196,163,39); }
div.DivClassName
{
background-color: #C4A327;
}
.BgClassName
{
background-color: #C4A327;
}
</style>
border-color css
<style>
span { border-color: #C4A327; }
span { border-color: rgb(196,163,39); }
td.TdClassName
{
border-color: #C4A327;
}
.TagClassName
{
border-color: #C4A327;
}
</style>