Shades of Earls Green #C1AD26
Tints of Earls Green #C1AD26
RGB
CMYK
RGB Variations
Color information
#C1AD26 (or 0xC1AD26) is known color: Earls Green. HEX triplet: C1, AD and 26. RGB value is (193,173,38). Sum of RGB (Red+Green+Blue) = 193+173+38=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD26 is #3E52D9. Grayscale: #A4A4A4. Windows color (decimal): -4084442 or 2534849. OLE color: 2534849.
HSL color Cylindrical-coordinate representation of color #C1AD26: hue angle of 52.26º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1AD26 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 38 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.24 |
| HSL | 52.26º | 0.67% | 0.45% | - |
| HSV(B) | 52.26º | 0.8% | 0.76% | - |
| XYZ | 37.29 | 41.36 | 7.85 | - |
| YUV | 163.59 | 57.13 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 38 | 0 | 0.10 | 0.80 | 0.24 | 52.26 | 0.67 | 0.45 |
| Hex | C1 | AD | 26 | 0 | A | 50 | 18 | 34 | 43 | 2D |
| Octal | 301 | 255 | 46 | 0 | 12 | 120 | 30 | 64 | 103 | 55 |
| Binary | 11000001 | 10101101 | 100110 | 0 | 1010 | 1010000 | 11000 | 110100 | 1000011 | 101101 |
Color Harmonies of #C1AD26
Complementary color
Monochromatic Colors of #C1AD26
Black with #C1AD26
Text Example
Text Example
White with #C1AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD26; }
p { color: rgb(193,173,38); }
H1.HeaderClassName
{
color: #C1AD26;
}
.AnyTagClassName
{
color: #C1AD26;
}
</style>
background-color css
<style>
a { background-color: #C1AD26; }
a { background-color: rgb(193,173,38); }
div.DivClassName
{
background-color: #C1AD26;
}
.BgClassName
{
background-color: #C1AD26;
}
</style>
border-color css
<style>
span { border-color: #C1AD26; }
span { border-color: rgb(193,173,38); }
td.TdClassName
{
border-color: #C1AD26;
}
.TagClassName
{
border-color: #C1AD26;
}
</style>