Shades of Earls Green #C5AD1B
Tints of Earls Green #C5AD1B
RGB
CMYK
RGB Variations
Color information
#C5AD1B (or 0xC5AD1B) is known color: Earls Green. HEX triplet: C5, AD and 1B. RGB value is (197,173,27). Sum of RGB (Red+Green+Blue) = 197+173+27=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD1B is #3A52E4. Grayscale: #A4A4A4. Windows color (decimal): -3822309 or 1813957. OLE color: 1813957.
HSL color Cylindrical-coordinate representation of color #C5AD1B: hue angle of 51.53º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5AD1B is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 27 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.23 |
| HSL | 51.53º | 0.76% | 0.44% | - |
| HSV(B) | 51.53º | 0.86% | 0.77% | - |
| XYZ | 38.17 | 41.84 | 7.1 | - |
| YUV | 163.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 27 | 0 | 0.12 | 0.86 | 0.23 | 51.53 | 0.76 | 0.44 |
| Hex | C5 | AD | 1B | 0 | C | 56 | 17 | 34 | 4C | 2C |
| Octal | 305 | 255 | 33 | 0 | 14 | 126 | 27 | 64 | 114 | 54 |
| Binary | 11000101 | 10101101 | 11011 | 0 | 1100 | 1010110 | 10111 | 110100 | 1001100 | 101100 |
Color Harmonies of #C5AD1B
Complementary color
Monochromatic Colors of #C5AD1B
Black with #C5AD1B
Text Example
Text Example
White with #C5AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD1B; }
p { color: rgb(197,173,27); }
H1.HeaderClassName
{
color: #C5AD1B;
}
.AnyTagClassName
{
color: #C5AD1B;
}
</style>
background-color css
<style>
a { background-color: #C5AD1B; }
a { background-color: rgb(197,173,27); }
div.DivClassName
{
background-color: #C5AD1B;
}
.BgClassName
{
background-color: #C5AD1B;
}
</style>
border-color css
<style>
span { border-color: #C5AD1B; }
span { border-color: rgb(197,173,27); }
td.TdClassName
{
border-color: #C5AD1B;
}
.TagClassName
{
border-color: #C5AD1B;
}
</style>