Shades of Earls Green #C1AB28
Tints of Earls Green #C1AB28
RGB
CMYK
RGB Variations
Color information
#C1AB28 (or 0xC1AB28) is known color: Earls Green. HEX triplet: C1, AB and 28. RGB value is (193,171,40). Sum of RGB (Red+Green+Blue) = 193+171+40=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB28 is #3E54D7. Grayscale: #A3A3A3. Windows color (decimal): -4084952 or 2665409. OLE color: 2665409.
HSL color Cylindrical-coordinate representation of color #C1AB28: hue angle of 51.37º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1AB28 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 40 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.24 |
| HSL | 51.37º | 0.66% | 0.46% | - |
| HSV(B) | 51.37º | 0.79% | 0.76% | - |
| XYZ | 36.94 | 40.62 | 7.9 | - |
| YUV | 162.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 40 | 0 | 0.11 | 0.79 | 0.24 | 51.37 | 0.66 | 0.46 |
| Hex | C1 | AB | 28 | 0 | B | 4F | 18 | 33 | 42 | 2E |
| Octal | 301 | 253 | 50 | 0 | 13 | 117 | 30 | 63 | 102 | 56 |
| Binary | 11000001 | 10101011 | 101000 | 0 | 1011 | 1001111 | 11000 | 110011 | 1000010 | 101110 |
Color Harmonies of #C1AB28
Complementary color
Monochromatic Colors of #C1AB28
Black with #C1AB28
Text Example
Text Example
White with #C1AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB28; }
p { color: rgb(193,171,40); }
H1.HeaderClassName
{
color: #C1AB28;
}
.AnyTagClassName
{
color: #C1AB28;
}
</style>
background-color css
<style>
a { background-color: #C1AB28; }
a { background-color: rgb(193,171,40); }
div.DivClassName
{
background-color: #C1AB28;
}
.BgClassName
{
background-color: #C1AB28;
}
</style>
border-color css
<style>
span { border-color: #C1AB28; }
span { border-color: rgb(193,171,40); }
td.TdClassName
{
border-color: #C1AB28;
}
.TagClassName
{
border-color: #C1AB28;
}
</style>