Shades of Caper #ADC087
Tints of Caper #ADC087
RGB
CMYK
RGB Variations
Color information
#ADC087 (or 0xADC087) is known color: Caper. HEX triplet: AD, C0 and 87. RGB value is (173,192,135). Sum of RGB (Red+Green+Blue) = 173+192+135=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC087 is #523F78. Grayscale: #B4B4B4. Windows color (decimal): -5390201 or 8896685. OLE color: 8896685.
HSL color Cylindrical-coordinate representation of color #ADC087: hue angle of 80º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC087 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 135 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.25 |
| HSL | 80º | 0.31% | 0.64% | - |
| HSV(B) | 80º | 0.3% | 0.75% | - |
| XYZ | 40.46 | 48.33 | 30.12 | - |
| YUV | 179.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 135 | 0.10 | 0 | 0.30 | 0.25 | 80 | 0.31 | 0.64 |
| Hex | AD | C0 | 87 | A | 0 | 1E | 19 | 50 | 1F | 40 |
| Octal | 255 | 300 | 207 | 12 | 0 | 36 | 31 | 120 | 37 | 100 |
| Binary | 10101101 | 11000000 | 10000111 | 1010 | 0 | 11110 | 11001 | 1010000 | 11111 | 1000000 |
Color Harmonies of #ADC087
Complementary color
Monochromatic Colors of #ADC087
Black with #ADC087
Text Example
Text Example
White with #ADC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC087; }
p { color: rgb(173,192,135); }
H1.HeaderClassName
{
color: #ADC087;
}
.AnyTagClassName
{
color: #ADC087;
}
</style>
background-color css
<style>
a { background-color: #ADC087; }
a { background-color: rgb(173,192,135); }
div.DivClassName
{
background-color: #ADC087;
}
.BgClassName
{
background-color: #ADC087;
}
</style>
border-color css
<style>
span { border-color: #ADC087; }
span { border-color: rgb(173,192,135); }
td.TdClassName
{
border-color: #ADC087;
}
.TagClassName
{
border-color: #ADC087;
}
</style>