Shades of Caper #ADC786
Tints of Caper #ADC786
RGB
CMYK
RGB Variations
Color information
#ADC786 (or 0xADC786) is known color: Caper. HEX triplet: AD, C7 and 86. RGB value is (173,199,134). Sum of RGB (Red+Green+Blue) = 173+199+134=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC786 is #523879. Grayscale: #B8B8B8. Windows color (decimal): -5388410 or 8832941. OLE color: 8832941.
HSL color Cylindrical-coordinate representation of color #ADC786: hue angle of 84º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC786 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 134 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.22 |
| HSL | 84º | 0.37% | 0.65% | - |
| HSV(B) | 84º | 0.33% | 0.78% | - |
| XYZ | 41.96 | 51.45 | 30.27 | - |
| YUV | 183.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 134 | 0.13 | 0 | 0.33 | 0.22 | 84 | 0.37 | 0.65 |
| Hex | AD | C7 | 86 | D | 0 | 21 | 16 | 54 | 25 | 41 |
| Octal | 255 | 307 | 206 | 15 | 0 | 41 | 26 | 124 | 45 | 101 |
| Binary | 10101101 | 11000111 | 10000110 | 1101 | 0 | 100001 | 10110 | 1010100 | 100101 | 1000001 |
Color Harmonies of #ADC786
Complementary color
Monochromatic Colors of #ADC786
Black with #ADC786
Text Example
Text Example
White with #ADC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC786; }
p { color: rgb(173,199,134); }
H1.HeaderClassName
{
color: #ADC786;
}
.AnyTagClassName
{
color: #ADC786;
}
</style>
background-color css
<style>
a { background-color: #ADC786; }
a { background-color: rgb(173,199,134); }
div.DivClassName
{
background-color: #ADC786;
}
.BgClassName
{
background-color: #ADC786;
}
</style>
border-color css
<style>
span { border-color: #ADC786; }
span { border-color: rgb(173,199,134); }
td.TdClassName
{
border-color: #ADC786;
}
.TagClassName
{
border-color: #ADC786;
}
</style>