Shades of Earls Green #C5AB2B
Tints of Earls Green #C5AB2B
RGB
CMYK
RGB Variations
Color information
#C5AB2B (or 0xC5AB2B) is known color: Earls Green. HEX triplet: C5, AB and 2B. RGB value is (197,171,43). Sum of RGB (Red+Green+Blue) = 197+171+43=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB2B is #3A54D4. Grayscale: #A4A4A4. Windows color (decimal): -3822805 or 2862021. OLE color: 2862021.
HSL color Cylindrical-coordinate representation of color #C5AB2B: hue angle of 49.87º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5AB2B is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 43 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.23 |
| HSL | 49.87º | 0.64% | 0.47% | - |
| HSV(B) | 49.87º | 0.78% | 0.77% | - |
| XYZ | 38.02 | 41.17 | 8.23 | - |
| YUV | 164.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 43 | 0 | 0.13 | 0.78 | 0.23 | 49.87 | 0.64 | 0.47 |
| Hex | C5 | AB | 2B | 0 | D | 4E | 17 | 32 | 40 | 2F |
| Octal | 305 | 253 | 53 | 0 | 15 | 116 | 27 | 62 | 100 | 57 |
| Binary | 11000101 | 10101011 | 101011 | 0 | 1101 | 1001110 | 10111 | 110010 | 1000000 | 101111 |
Color Harmonies of #C5AB2B
Complementary color
Monochromatic Colors of #C5AB2B
Black with #C5AB2B
Text Example
Text Example
White with #C5AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB2B; }
p { color: rgb(197,171,43); }
H1.HeaderClassName
{
color: #C5AB2B;
}
.AnyTagClassName
{
color: #C5AB2B;
}
</style>
background-color css
<style>
a { background-color: #C5AB2B; }
a { background-color: rgb(197,171,43); }
div.DivClassName
{
background-color: #C5AB2B;
}
.BgClassName
{
background-color: #C5AB2B;
}
</style>
border-color css
<style>
span { border-color: #C5AB2B; }
span { border-color: rgb(197,171,43); }
td.TdClassName
{
border-color: #C5AB2B;
}
.TagClassName
{
border-color: #C5AB2B;
}
</style>