Shades of Earls Green #C4AB2D
Tints of Earls Green #C4AB2D
RGB
CMYK
RGB Variations
Color information
#C4AB2D (or 0xC4AB2D) is known color: Earls Green. HEX triplet: C4, AB and 2D. RGB value is (196,171,45). Sum of RGB (Red+Green+Blue) = 196+171+45=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB2D is #3B54D2. Grayscale: #A4A4A4. Windows color (decimal): -3888339 or 2993092. OLE color: 2993092.
HSL color Cylindrical-coordinate representation of color #C4AB2D: hue angle of 50.07º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4AB2D is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 45 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.23 |
| HSL | 50.07º | 0.63% | 0.47% | - |
| HSV(B) | 50.07º | 0.77% | 0.77% | - |
| XYZ | 37.8 | 41.05 | 8.41 | - |
| YUV | 164.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 45 | 0 | 0.13 | 0.77 | 0.23 | 50.07 | 0.63 | 0.47 |
| Hex | C4 | AB | 2D | 0 | D | 4D | 17 | 32 | 3F | 2F |
| Octal | 304 | 253 | 55 | 0 | 15 | 115 | 27 | 62 | 77 | 57 |
| Binary | 11000100 | 10101011 | 101101 | 0 | 1101 | 1001101 | 10111 | 110010 | 111111 | 101111 |
Color Harmonies of #C4AB2D
Complementary color
Monochromatic Colors of #C4AB2D
Black with #C4AB2D
Text Example
Text Example
White with #C4AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB2D; }
p { color: rgb(196,171,45); }
H1.HeaderClassName
{
color: #C4AB2D;
}
.AnyTagClassName
{
color: #C4AB2D;
}
</style>
background-color css
<style>
a { background-color: #C4AB2D; }
a { background-color: rgb(196,171,45); }
div.DivClassName
{
background-color: #C4AB2D;
}
.BgClassName
{
background-color: #C4AB2D;
}
</style>
border-color css
<style>
span { border-color: #C4AB2D; }
span { border-color: rgb(196,171,45); }
td.TdClassName
{
border-color: #C4AB2D;
}
.TagClassName
{
border-color: #C4AB2D;
}
</style>