Shades of Caper #ADC885
Tints of Caper #ADC885
RGB
CMYK
RGB Variations
Color information
#ADC885 (or 0xADC885) is known color: Caper. HEX triplet: AD, C8 and 85. RGB value is (173,200,133). Sum of RGB (Red+Green+Blue) = 173+200+133=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC885 is #52377A. Grayscale: #B8B8B8. Windows color (decimal): -5388155 or 8767661. OLE color: 8767661.
HSL color Cylindrical-coordinate representation of color #ADC885: hue angle of 84.18º degrees, saturation: 0.38, 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 #ADC885 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 133 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.22 |
| HSL | 84.18º | 0.38% | 0.65% | - |
| HSV(B) | 84.18º | 0.34% | 0.78% | - |
| XYZ | 42.12 | 51.89 | 29.99 | - |
| YUV | 184.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 133 | 0.14 | 0 | 0.34 | 0.22 | 84.18 | 0.38 | 0.65 |
| Hex | AD | C8 | 85 | E | 0 | 22 | 16 | 54 | 26 | 41 |
| Octal | 255 | 310 | 205 | 16 | 0 | 42 | 26 | 124 | 46 | 101 |
| Binary | 10101101 | 11001000 | 10000101 | 1110 | 0 | 100010 | 10110 | 1010100 | 100110 | 1000001 |
Color Harmonies of #ADC885
Complementary color
Monochromatic Colors of #ADC885
Black with #ADC885
Text Example
Text Example
White with #ADC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC885; }
p { color: rgb(173,200,133); }
H1.HeaderClassName
{
color: #ADC885;
}
.AnyTagClassName
{
color: #ADC885;
}
</style>
background-color css
<style>
a { background-color: #ADC885; }
a { background-color: rgb(173,200,133); }
div.DivClassName
{
background-color: #ADC885;
}
.BgClassName
{
background-color: #ADC885;
}
</style>
border-color css
<style>
span { border-color: #ADC885; }
span { border-color: rgb(173,200,133); }
td.TdClassName
{
border-color: #ADC885;
}
.TagClassName
{
border-color: #ADC885;
}
</style>