Shades of Caper #ADC888
Tints of Caper #ADC888
RGB
CMYK
RGB Variations
Color information
#ADC888 (or 0xADC888) is known color: Caper. HEX triplet: AD, C8 and 88. RGB value is (173,200,136). Sum of RGB (Red+Green+Blue) = 173+200+136=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC888 is #523777. Grayscale: #B8B8B8. Windows color (decimal): -5388152 or 8964269. OLE color: 8964269.
HSL color Cylindrical-coordinate representation of color #ADC888: hue angle of 85.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC888 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 136 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.22 |
| HSL | 85.31º | 0.37% | 0.66% | - |
| HSV(B) | 85.31º | 0.32% | 0.78% | - |
| XYZ | 42.33 | 51.97 | 31.09 | - |
| YUV | 184.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 136 | 0.14 | 0 | 0.32 | 0.22 | 85.31 | 0.37 | 0.66 |
| Hex | AD | C8 | 88 | E | 0 | 20 | 16 | 55 | 25 | 42 |
| Octal | 255 | 310 | 210 | 16 | 0 | 40 | 26 | 125 | 45 | 102 |
| Binary | 10101101 | 11001000 | 10001000 | 1110 | 0 | 100000 | 10110 | 1010101 | 100101 | 1000010 |
Color Harmonies of #ADC888
Complementary color
Monochromatic Colors of #ADC888
Black with #ADC888
Text Example
Text Example
White with #ADC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC888; }
p { color: rgb(173,200,136); }
H1.HeaderClassName
{
color: #ADC888;
}
.AnyTagClassName
{
color: #ADC888;
}
</style>
background-color css
<style>
a { background-color: #ADC888; }
a { background-color: rgb(173,200,136); }
div.DivClassName
{
background-color: #ADC888;
}
.BgClassName
{
background-color: #ADC888;
}
</style>
border-color css
<style>
span { border-color: #ADC888; }
span { border-color: rgb(173,200,136); }
td.TdClassName
{
border-color: #ADC888;
}
.TagClassName
{
border-color: #ADC888;
}
</style>