Shades of Caper #ADC187
Tints of Caper #ADC187
RGB
CMYK
RGB Variations
Color information
#ADC187 (or 0xADC187) is known color: Caper. HEX triplet: AD, C1 and 87. RGB value is (173,193,135). Sum of RGB (Red+Green+Blue) = 173+193+135=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC187 is #523E78. Grayscale: #B4B4B4. Windows color (decimal): -5389945 or 8896941. OLE color: 8896941.
HSL color Cylindrical-coordinate representation of color #ADC187: hue angle of 80.69º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC187 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 135 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.24 |
| HSL | 80.69º | 0.32% | 0.64% | - |
| HSV(B) | 80.69º | 0.3% | 0.76% | - |
| XYZ | 40.68 | 48.77 | 30.19 | - |
| YUV | 180.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 135 | 0.10 | 0 | 0.30 | 0.24 | 80.69 | 0.32 | 0.64 |
| Hex | AD | C1 | 87 | A | 0 | 1E | 18 | 51 | 20 | 40 |
| Octal | 255 | 301 | 207 | 12 | 0 | 36 | 30 | 121 | 40 | 100 |
| Binary | 10101101 | 11000001 | 10000111 | 1010 | 0 | 11110 | 11000 | 1010001 | 100000 | 1000000 |
Color Harmonies of #ADC187
Complementary color
Monochromatic Colors of #ADC187
Black with #ADC187
Text Example
Text Example
White with #ADC187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC187; }
p { color: rgb(173,193,135); }
H1.HeaderClassName
{
color: #ADC187;
}
.AnyTagClassName
{
color: #ADC187;
}
</style>
background-color css
<style>
a { background-color: #ADC187; }
a { background-color: rgb(173,193,135); }
div.DivClassName
{
background-color: #ADC187;
}
.BgClassName
{
background-color: #ADC187;
}
</style>
border-color css
<style>
span { border-color: #ADC187; }
span { border-color: rgb(173,193,135); }
td.TdClassName
{
border-color: #ADC187;
}
.TagClassName
{
border-color: #ADC187;
}
</style>