Shades of Earls Green #C5AD2D
Tints of Earls Green #C5AD2D
RGB
CMYK
RGB Variations
Color information
#C5AD2D (or 0xC5AD2D) is known color: Earls Green. HEX triplet: C5, AD and 2D. RGB value is (197,173,45). Sum of RGB (Red+Green+Blue) = 197+173+45=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD2D is #3A52D2. Grayscale: #A6A6A6. Windows color (decimal): -3822291 or 2993605. OLE color: 2993605.
HSL color Cylindrical-coordinate representation of color #C5AD2D: hue angle of 50.53º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5AD2D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 45 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.23 |
| HSL | 50.53º | 0.63% | 0.47% | - |
| HSV(B) | 50.53º | 0.77% | 0.77% | - |
| XYZ | 38.44 | 41.95 | 8.55 | - |
| YUV | 165.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 45 | 0 | 0.12 | 0.77 | 0.23 | 50.53 | 0.63 | 0.47 |
| Hex | C5 | AD | 2D | 0 | C | 4D | 17 | 33 | 3F | 2F |
| Octal | 305 | 255 | 55 | 0 | 14 | 115 | 27 | 63 | 77 | 57 |
| Binary | 11000101 | 10101101 | 101101 | 0 | 1100 | 1001101 | 10111 | 110011 | 111111 | 101111 |
Color Harmonies of #C5AD2D
Complementary color
Monochromatic Colors of #C5AD2D
Black with #C5AD2D
Text Example
Text Example
White with #C5AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD2D; }
p { color: rgb(197,173,45); }
H1.HeaderClassName
{
color: #C5AD2D;
}
.AnyTagClassName
{
color: #C5AD2D;
}
</style>
background-color css
<style>
a { background-color: #C5AD2D; }
a { background-color: rgb(197,173,45); }
div.DivClassName
{
background-color: #C5AD2D;
}
.BgClassName
{
background-color: #C5AD2D;
}
</style>
border-color css
<style>
span { border-color: #C5AD2D; }
span { border-color: rgb(197,173,45); }
td.TdClassName
{
border-color: #C5AD2D;
}
.TagClassName
{
border-color: #C5AD2D;
}
</style>