Shades of Earls Green #C4AB27
Tints of Earls Green #C4AB27
RGB
CMYK
RGB Variations
Color information
#C4AB27 (or 0xC4AB27) is known color: Earls Green. HEX triplet: C4, AB and 27. RGB value is (196,171,39). Sum of RGB (Red+Green+Blue) = 196+171+39=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB27 is #3B54D8. Grayscale: #A3A3A3. Windows color (decimal): -3888345 or 2599876. OLE color: 2599876.
HSL color Cylindrical-coordinate representation of color #C4AB27: hue angle of 50.45º 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 #C4AB27 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 39 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.23 |
| HSL | 50.45º | 0.67% | 0.46% | - |
| HSV(B) | 50.45º | 0.8% | 0.77% | - |
| XYZ | 37.69 | 41.01 | 7.85 | - |
| YUV | 163.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 39 | 0 | 0.13 | 0.80 | 0.23 | 50.45 | 0.67 | 0.46 |
| Hex | C4 | AB | 27 | 0 | D | 50 | 17 | 32 | 43 | 2E |
| Octal | 304 | 253 | 47 | 0 | 15 | 120 | 27 | 62 | 103 | 56 |
| Binary | 11000100 | 10101011 | 100111 | 0 | 1101 | 1010000 | 10111 | 110010 | 1000011 | 101110 |
Color Harmonies of #C4AB27
Complementary color
Monochromatic Colors of #C4AB27
Black with #C4AB27
Text Example
Text Example
White with #C4AB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB27; }
p { color: rgb(196,171,39); }
H1.HeaderClassName
{
color: #C4AB27;
}
.AnyTagClassName
{
color: #C4AB27;
}
</style>
background-color css
<style>
a { background-color: #C4AB27; }
a { background-color: rgb(196,171,39); }
div.DivClassName
{
background-color: #C4AB27;
}
.BgClassName
{
background-color: #C4AB27;
}
</style>
border-color css
<style>
span { border-color: #C4AB27; }
span { border-color: rgb(196,171,39); }
td.TdClassName
{
border-color: #C4AB27;
}
.TagClassName
{
border-color: #C4AB27;
}
</style>