Shades of Earls Green #C5AB1B
Tints of Earls Green #C5AB1B
RGB
CMYK
RGB Variations
Color information
#C5AB1B (or 0xC5AB1B) is known color: Earls Green. HEX triplet: C5, AB and 1B. RGB value is (197,171,27). Sum of RGB (Red+Green+Blue) = 197+171+27=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB1B is #3A54E4. Grayscale: #A2A2A2. Windows color (decimal): -3822821 or 1813445. OLE color: 1813445.
HSL color Cylindrical-coordinate representation of color #C5AB1B: hue angle of 50.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5AB1B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 27 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.23 |
| HSL | 50.82º | 0.76% | 0.44% | - |
| HSV(B) | 50.82º | 0.86% | 0.77% | - |
| XYZ | 37.79 | 41.08 | 6.97 | - |
| YUV | 162.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 27 | 0 | 0.13 | 0.86 | 0.23 | 50.82 | 0.76 | 0.44 |
| Hex | C5 | AB | 1B | 0 | D | 56 | 17 | 33 | 4C | 2C |
| Octal | 305 | 253 | 33 | 0 | 15 | 126 | 27 | 63 | 114 | 54 |
| Binary | 11000101 | 10101011 | 11011 | 0 | 1101 | 1010110 | 10111 | 110011 | 1001100 | 101100 |
Color Harmonies of #C5AB1B
Complementary color
Monochromatic Colors of #C5AB1B
Black with #C5AB1B
Text Example
Text Example
White with #C5AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB1B; }
p { color: rgb(197,171,27); }
H1.HeaderClassName
{
color: #C5AB1B;
}
.AnyTagClassName
{
color: #C5AB1B;
}
</style>
background-color css
<style>
a { background-color: #C5AB1B; }
a { background-color: rgb(197,171,27); }
div.DivClassName
{
background-color: #C5AB1B;
}
.BgClassName
{
background-color: #C5AB1B;
}
</style>
border-color css
<style>
span { border-color: #C5AB1B; }
span { border-color: rgb(197,171,27); }
td.TdClassName
{
border-color: #C5AB1B;
}
.TagClassName
{
border-color: #C5AB1B;
}
</style>