Shades of Earls Green #C1AB1B
Tints of Earls Green #C1AB1B
RGB
CMYK
RGB Variations
Color information
#C1AB1B (or 0xC1AB1B) is known color: Earls Green. HEX triplet: C1, AB and 1B. RGB value is (193,171,27). Sum of RGB (Red+Green+Blue) = 193+171+27=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB1B is #3E54E4. Grayscale: #A1A1A1. Windows color (decimal): -4084965 or 1813441. OLE color: 1813441.
HSL color Cylindrical-coordinate representation of color #C1AB1B: hue angle of 52.05º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1AB1B is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 27 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.24 |
| HSL | 52.05º | 0.75% | 0.43% | - |
| HSV(B) | 52.05º | 0.86% | 0.76% | - |
| XYZ | 36.75 | 40.54 | 6.93 | - |
| YUV | 161.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 27 | 0 | 0.11 | 0.86 | 0.24 | 52.05 | 0.75 | 0.43 |
| Hex | C1 | AB | 1B | 0 | B | 56 | 18 | 34 | 4B | 2B |
| Octal | 301 | 253 | 33 | 0 | 13 | 126 | 30 | 64 | 113 | 53 |
| Binary | 11000001 | 10101011 | 11011 | 0 | 1011 | 1010110 | 11000 | 110100 | 1001011 | 101011 |
Color Harmonies of #C1AB1B
Complementary color
Monochromatic Colors of #C1AB1B
Black with #C1AB1B
Text Example
Text Example
White with #C1AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB1B; }
p { color: rgb(193,171,27); }
H1.HeaderClassName
{
color: #C1AB1B;
}
.AnyTagClassName
{
color: #C1AB1B;
}
</style>
background-color css
<style>
a { background-color: #C1AB1B; }
a { background-color: rgb(193,171,27); }
div.DivClassName
{
background-color: #C1AB1B;
}
.BgClassName
{
background-color: #C1AB1B;
}
</style>
border-color css
<style>
span { border-color: #C1AB1B; }
span { border-color: rgb(193,171,27); }
td.TdClassName
{
border-color: #C1AB1B;
}
.TagClassName
{
border-color: #C1AB1B;
}
</style>