Shades of Earls Green #C1A823
Tints of Earls Green #C1A823
RGB
CMYK
RGB Variations
Color information
#C1A823 (or 0xC1A823) is known color: Earls Green. HEX triplet: C1, A8 and 23. RGB value is (193,168,35). Sum of RGB (Red+Green+Blue) = 193+168+35=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A823 is #3E57DC. Grayscale: #A0A0A0. Windows color (decimal): -4085725 or 2336961. OLE color: 2336961.
HSL color Cylindrical-coordinate representation of color #C1A823: hue angle of 50.51º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1A823 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 35 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.24 |
| HSL | 50.51º | 0.69% | 0.45% | - |
| HSV(B) | 50.51º | 0.82% | 0.76% | - |
| XYZ | 36.3 | 39.46 | 7.29 | - |
| YUV | 160.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 35 | 0 | 0.13 | 0.82 | 0.24 | 50.51 | 0.69 | 0.45 |
| Hex | C1 | A8 | 23 | 0 | D | 52 | 18 | 33 | 45 | 2D |
| Octal | 301 | 250 | 43 | 0 | 15 | 122 | 30 | 63 | 105 | 55 |
| Binary | 11000001 | 10101000 | 100011 | 0 | 1101 | 1010010 | 11000 | 110011 | 1000101 | 101101 |
Color Harmonies of #C1A823
Complementary color
Monochromatic Colors of #C1A823
Black with #C1A823
Text Example
Text Example
White with #C1A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A823; }
p { color: rgb(193,168,35); }
H1.HeaderClassName
{
color: #C1A823;
}
.AnyTagClassName
{
color: #C1A823;
}
</style>
background-color css
<style>
a { background-color: #C1A823; }
a { background-color: rgb(193,168,35); }
div.DivClassName
{
background-color: #C1A823;
}
.BgClassName
{
background-color: #C1A823;
}
</style>
border-color css
<style>
span { border-color: #C1A823; }
span { border-color: rgb(193,168,35); }
td.TdClassName
{
border-color: #C1A823;
}
.TagClassName
{
border-color: #C1A823;
}
</style>