Shades of Earls Green #C1AD25
Tints of Earls Green #C1AD25
RGB
CMYK
RGB Variations
Color information
#C1AD25 (or 0xC1AD25) is known color: Earls Green. HEX triplet: C1, AD and 25. RGB value is (193,173,37). Sum of RGB (Red+Green+Blue) = 193+173+37=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD25 is #3E52DA. Grayscale: #A4A4A4. Windows color (decimal): -4084443 or 2469313. OLE color: 2469313.
HSL color Cylindrical-coordinate representation of color #C1AD25: hue angle of 52.31º degrees, saturation: 0.68, 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 #C1AD25 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 37 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.24 |
| HSL | 52.31º | 0.68% | 0.45% | - |
| HSV(B) | 52.31º | 0.81% | 0.76% | - |
| XYZ | 37.27 | 41.36 | 7.77 | - |
| YUV | 163.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 37 | 0 | 0.10 | 0.81 | 0.24 | 52.31 | 0.68 | 0.45 |
| Hex | C1 | AD | 25 | 0 | A | 51 | 18 | 34 | 44 | 2D |
| Octal | 301 | 255 | 45 | 0 | 12 | 121 | 30 | 64 | 104 | 55 |
| Binary | 11000001 | 10101101 | 100101 | 0 | 1010 | 1010001 | 11000 | 110100 | 1000100 | 101101 |
Color Harmonies of #C1AD25
Complementary color
Monochromatic Colors of #C1AD25
Black with #C1AD25
Text Example
Text Example
White with #C1AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD25; }
p { color: rgb(193,173,37); }
H1.HeaderClassName
{
color: #C1AD25;
}
.AnyTagClassName
{
color: #C1AD25;
}
</style>
background-color css
<style>
a { background-color: #C1AD25; }
a { background-color: rgb(193,173,37); }
div.DivClassName
{
background-color: #C1AD25;
}
.BgClassName
{
background-color: #C1AD25;
}
</style>
border-color css
<style>
span { border-color: #C1AD25; }
span { border-color: rgb(193,173,37); }
td.TdClassName
{
border-color: #C1AD25;
}
.TagClassName
{
border-color: #C1AD25;
}
</style>