Shades of Earls Green #C1A324
Tints of Earls Green #C1A324
RGB
CMYK
RGB Variations
Color information
#C1A324 (or 0xC1A324) is known color: Earls Green. HEX triplet: C1, A3 and 24. RGB value is (193,163,36). Sum of RGB (Red+Green+Blue) = 193+163+36=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A324 is #3E5CDB. Grayscale: #9E9E9E. Windows color (decimal): -4087004 or 2401217. OLE color: 2401217.
HSL color Cylindrical-coordinate representation of color #C1A324: hue angle of 48.54º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1A324 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 36 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.24 |
| HSL | 48.54º | 0.69% | 0.45% | - |
| HSV(B) | 48.54º | 0.81% | 0.76% | - |
| XYZ | 35.41 | 37.66 | 7.07 | - |
| YUV | 157.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 36 | 0 | 0.16 | 0.81 | 0.24 | 48.54 | 0.69 | 0.45 |
| Hex | C1 | A3 | 24 | 0 | 10 | 51 | 18 | 31 | 45 | 2D |
| Octal | 301 | 243 | 44 | 0 | 20 | 121 | 30 | 61 | 105 | 55 |
| Binary | 11000001 | 10100011 | 100100 | 0 | 10000 | 1010001 | 11000 | 110001 | 1000101 | 101101 |
Color Harmonies of #C1A324
Complementary color
Monochromatic Colors of #C1A324
Black with #C1A324
Text Example
Text Example
White with #C1A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A324; }
p { color: rgb(193,163,36); }
H1.HeaderClassName
{
color: #C1A324;
}
.AnyTagClassName
{
color: #C1A324;
}
</style>
background-color css
<style>
a { background-color: #C1A324; }
a { background-color: rgb(193,163,36); }
div.DivClassName
{
background-color: #C1A324;
}
.BgClassName
{
background-color: #C1A324;
}
</style>
border-color css
<style>
span { border-color: #C1A324; }
span { border-color: rgb(193,163,36); }
td.TdClassName
{
border-color: #C1A324;
}
.TagClassName
{
border-color: #C1A324;
}
</style>