Shades of Earls Green #C1AD2E
Tints of Earls Green #C1AD2E
RGB
CMYK
RGB Variations
Color information
#C1AD2E (or 0xC1AD2E) is known color: Earls Green. HEX triplet: C1, AD and 2E. RGB value is (193,173,46). Sum of RGB (Red+Green+Blue) = 193+173+46=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD2E is #3E52D1. Grayscale: #A5A5A5. Windows color (decimal): -4084434 or 3059137. OLE color: 3059137.
HSL color Cylindrical-coordinate representation of color #C1AD2E: hue angle of 51.84º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1AD2E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 46 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.24 |
| HSL | 51.84º | 0.62% | 0.47% | - |
| HSV(B) | 51.84º | 0.76% | 0.76% | - |
| XYZ | 37.43 | 41.42 | 8.61 | - |
| YUV | 164.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 46 | 0 | 0.10 | 0.76 | 0.24 | 51.84 | 0.62 | 0.47 |
| Hex | C1 | AD | 2E | 0 | A | 4C | 18 | 34 | 3E | 2F |
| Octal | 301 | 255 | 56 | 0 | 12 | 114 | 30 | 64 | 76 | 57 |
| Binary | 11000001 | 10101101 | 101110 | 0 | 1010 | 1001100 | 11000 | 110100 | 111110 | 101111 |
Color Harmonies of #C1AD2E
Complementary color
Monochromatic Colors of #C1AD2E
Black with #C1AD2E
Text Example
Text Example
White with #C1AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD2E; }
p { color: rgb(193,173,46); }
H1.HeaderClassName
{
color: #C1AD2E;
}
.AnyTagClassName
{
color: #C1AD2E;
}
</style>
background-color css
<style>
a { background-color: #C1AD2E; }
a { background-color: rgb(193,173,46); }
div.DivClassName
{
background-color: #C1AD2E;
}
.BgClassName
{
background-color: #C1AD2E;
}
</style>
border-color css
<style>
span { border-color: #C1AD2E; }
span { border-color: rgb(193,173,46); }
td.TdClassName
{
border-color: #C1AD2E;
}
.TagClassName
{
border-color: #C1AD2E;
}
</style>