Shades of Earls Green #C1AD1F
Tints of Earls Green #C1AD1F
RGB
CMYK
RGB Variations
Color information
#C1AD1F (or 0xC1AD1F) is known color: Earls Green. HEX triplet: C1, AD and 1F. RGB value is (193,173,31). Sum of RGB (Red+Green+Blue) = 193+173+31=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD1F is #3E52E0. Grayscale: #A3A3A3. Windows color (decimal): -4084449 or 2076097. OLE color: 2076097.
HSL color Cylindrical-coordinate representation of color #C1AD1F: hue angle of 52.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1AD1F is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 31 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.24 |
| HSL | 52.59º | 0.72% | 0.44% | - |
| HSV(B) | 52.59º | 0.84% | 0.76% | - |
| XYZ | 37.18 | 41.32 | 7.31 | - |
| YUV | 162.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 31 | 0 | 0.10 | 0.84 | 0.24 | 52.59 | 0.72 | 0.44 |
| Hex | C1 | AD | 1F | 0 | A | 54 | 18 | 35 | 48 | 2C |
| Octal | 301 | 255 | 37 | 0 | 12 | 124 | 30 | 65 | 110 | 54 |
| Binary | 11000001 | 10101101 | 11111 | 0 | 1010 | 1010100 | 11000 | 110101 | 1001000 | 101100 |
Color Harmonies of #C1AD1F
Complementary color
Monochromatic Colors of #C1AD1F
Black with #C1AD1F
Text Example
Text Example
White with #C1AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD1F; }
p { color: rgb(193,173,31); }
H1.HeaderClassName
{
color: #C1AD1F;
}
.AnyTagClassName
{
color: #C1AD1F;
}
</style>
background-color css
<style>
a { background-color: #C1AD1F; }
a { background-color: rgb(193,173,31); }
div.DivClassName
{
background-color: #C1AD1F;
}
.BgClassName
{
background-color: #C1AD1F;
}
</style>
border-color css
<style>
span { border-color: #C1AD1F; }
span { border-color: rgb(193,173,31); }
td.TdClassName
{
border-color: #C1AD1F;
}
.TagClassName
{
border-color: #C1AD1F;
}
</style>