Shades of Earls Green #C1A832
Tints of Earls Green #C1A832
RGB
CMYK
RGB Variations
Color information
#C1A832 (or 0xC1A832) is known color: Earls Green. HEX triplet: C1, A8 and 32. RGB value is (193,168,50). Sum of RGB (Red+Green+Blue) = 193+168+50=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A832 is #3E57CD. Grayscale: #A2A2A2. Windows color (decimal): -4085710 or 3320001. OLE color: 3320001.
HSL color Cylindrical-coordinate representation of color #C1A832: hue angle of 49.51º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1A832 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 50 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.24 |
| HSL | 49.51º | 0.59% | 0.48% | - |
| HSV(B) | 49.51º | 0.74% | 0.76% | - |
| XYZ | 36.57 | 39.57 | 8.73 | - |
| YUV | 162.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 50 | 0 | 0.13 | 0.74 | 0.24 | 49.51 | 0.59 | 0.48 |
| Hex | C1 | A8 | 32 | 0 | D | 4A | 18 | 32 | 3B | 30 |
| Octal | 301 | 250 | 62 | 0 | 15 | 112 | 30 | 62 | 73 | 60 |
| Binary | 11000001 | 10101000 | 110010 | 0 | 1101 | 1001010 | 11000 | 110010 | 111011 | 110000 |
Color Harmonies of #C1A832
Complementary color
Monochromatic Colors of #C1A832
Black with #C1A832
Text Example
Text Example
White with #C1A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A832; }
p { color: rgb(193,168,50); }
H1.HeaderClassName
{
color: #C1A832;
}
.AnyTagClassName
{
color: #C1A832;
}
</style>
background-color css
<style>
a { background-color: #C1A832; }
a { background-color: rgb(193,168,50); }
div.DivClassName
{
background-color: #C1A832;
}
.BgClassName
{
background-color: #C1A832;
}
</style>
border-color css
<style>
span { border-color: #C1A832; }
span { border-color: rgb(193,168,50); }
td.TdClassName
{
border-color: #C1A832;
}
.TagClassName
{
border-color: #C1A832;
}
</style>