Shades of Caper #ADC987
Tints of Caper #ADC987
RGB
CMYK
RGB Variations
Color information
#ADC987 (or 0xADC987) is known color: Caper. HEX triplet: AD, C9 and 87. RGB value is (173,201,135). Sum of RGB (Red+Green+Blue) = 173+201+135=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC987 is #523678. Grayscale: #B9B9B9. Windows color (decimal): -5387897 or 8898989. OLE color: 8898989.
HSL color Cylindrical-coordinate representation of color #ADC987: hue angle of 85.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC987 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 135 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.21 |
| HSL | 85.45º | 0.38% | 0.66% | - |
| HSV(B) | 85.45º | 0.33% | 0.79% | - |
| XYZ | 42.49 | 52.41 | 30.8 | - |
| YUV | 185.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 135 | 0.14 | 0 | 0.33 | 0.21 | 85.45 | 0.38 | 0.66 |
| Hex | AD | C9 | 87 | E | 0 | 21 | 15 | 55 | 26 | 42 |
| Octal | 255 | 311 | 207 | 16 | 0 | 41 | 25 | 125 | 46 | 102 |
| Binary | 10101101 | 11001001 | 10000111 | 1110 | 0 | 100001 | 10101 | 1010101 | 100110 | 1000010 |
Color Harmonies of #ADC987
Complementary color
Monochromatic Colors of #ADC987
Black with #ADC987
Text Example
Text Example
White with #ADC987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC987; }
p { color: rgb(173,201,135); }
H1.HeaderClassName
{
color: #ADC987;
}
.AnyTagClassName
{
color: #ADC987;
}
</style>
background-color css
<style>
a { background-color: #ADC987; }
a { background-color: rgb(173,201,135); }
div.DivClassName
{
background-color: #ADC987;
}
.BgClassName
{
background-color: #ADC987;
}
</style>
border-color css
<style>
span { border-color: #ADC987; }
span { border-color: rgb(173,201,135); }
td.TdClassName
{
border-color: #ADC987;
}
.TagClassName
{
border-color: #ADC987;
}
</style>