Shades of Earls Green #C1A82B
Tints of Earls Green #C1A82B
RGB
CMYK
RGB Variations
Color information
#C1A82B (or 0xC1A82B) is known color: Earls Green. HEX triplet: C1, A8 and 2B. RGB value is (193,168,43). Sum of RGB (Red+Green+Blue) = 193+168+43=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A82B is #3E57D4. Grayscale: #A1A1A1. Windows color (decimal): -4085717 or 2861249. OLE color: 2861249.
HSL color Cylindrical-coordinate representation of color #C1A82B: hue angle of 50º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1A82B is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 43 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.24 |
| HSL | 50º | 0.64% | 0.46% | - |
| HSV(B) | 50º | 0.78% | 0.76% | - |
| XYZ | 36.43 | 39.52 | 7.99 | - |
| YUV | 161.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 43 | 0 | 0.13 | 0.78 | 0.24 | 50 | 0.64 | 0.46 |
| Hex | C1 | A8 | 2B | 0 | D | 4E | 18 | 32 | 40 | 2E |
| Octal | 301 | 250 | 53 | 0 | 15 | 116 | 30 | 62 | 100 | 56 |
| Binary | 11000001 | 10101000 | 101011 | 0 | 1101 | 1001110 | 11000 | 110010 | 1000000 | 101110 |
Color Harmonies of #C1A82B
Complementary color
Monochromatic Colors of #C1A82B
Black with #C1A82B
Text Example
Text Example
White with #C1A82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A82B; }
p { color: rgb(193,168,43); }
H1.HeaderClassName
{
color: #C1A82B;
}
.AnyTagClassName
{
color: #C1A82B;
}
</style>
background-color css
<style>
a { background-color: #C1A82B; }
a { background-color: rgb(193,168,43); }
div.DivClassName
{
background-color: #C1A82B;
}
.BgClassName
{
background-color: #C1A82B;
}
</style>
border-color css
<style>
span { border-color: #C1A82B; }
span { border-color: rgb(193,168,43); }
td.TdClassName
{
border-color: #C1A82B;
}
.TagClassName
{
border-color: #C1A82B;
}
</style>