Shades of Caper #ADC589
Tints of Caper #ADC589
RGB
CMYK
RGB Variations
Color information
#ADC589 (or 0xADC589) is known color: Caper. HEX triplet: AD, C5 and 89. RGB value is (173,197,137). Sum of RGB (Red+Green+Blue) = 173+197+137=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC589 is #523A76. Grayscale: #B7B7B7. Windows color (decimal): -5388919 or 9029037. OLE color: 9029037.
HSL color Cylindrical-coordinate representation of color #ADC589: hue angle of 84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC589 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 137 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.23 |
| HSL | 84º | 0.34% | 0.65% | - |
| HSV(B) | 84º | 0.3% | 0.77% | - |
| XYZ | 41.72 | 50.62 | 31.24 | - |
| YUV | 182.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 137 | 0.12 | 0 | 0.30 | 0.23 | 84 | 0.34 | 0.65 |
| Hex | AD | C5 | 89 | C | 0 | 1E | 17 | 54 | 22 | 41 |
| Octal | 255 | 305 | 211 | 14 | 0 | 36 | 27 | 124 | 42 | 101 |
| Binary | 10101101 | 11000101 | 10001001 | 1100 | 0 | 11110 | 10111 | 1010100 | 100010 | 1000001 |
Color Harmonies of #ADC589
Complementary color
Monochromatic Colors of #ADC589
Black with #ADC589
Text Example
Text Example
White with #ADC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC589; }
p { color: rgb(173,197,137); }
H1.HeaderClassName
{
color: #ADC589;
}
.AnyTagClassName
{
color: #ADC589;
}
</style>
background-color css
<style>
a { background-color: #ADC589; }
a { background-color: rgb(173,197,137); }
div.DivClassName
{
background-color: #ADC589;
}
.BgClassName
{
background-color: #ADC589;
}
</style>
border-color css
<style>
span { border-color: #ADC589; }
span { border-color: rgb(173,197,137); }
td.TdClassName
{
border-color: #ADC589;
}
.TagClassName
{
border-color: #ADC589;
}
</style>