Shades of Caper #ADC785
Tints of Caper #ADC785
RGB
CMYK
RGB Variations
Color information
#ADC785 (or 0xADC785) is known color: Caper. HEX triplet: AD, C7 and 85. RGB value is (173,199,133). Sum of RGB (Red+Green+Blue) = 173+199+133=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC785 is #52387A. Grayscale: #B7B7B7. Windows color (decimal): -5388411 or 8767405. OLE color: 8767405.
HSL color Cylindrical-coordinate representation of color #ADC785: hue angle of 83.64º degrees, saturation: 0.37, 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 #ADC785 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 133 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.22 |
| HSL | 83.64º | 0.37% | 0.65% | - |
| HSV(B) | 83.64º | 0.33% | 0.78% | - |
| XYZ | 41.89 | 51.42 | 29.91 | - |
| YUV | 183.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 133 | 0.13 | 0 | 0.33 | 0.22 | 83.64 | 0.37 | 0.65 |
| Hex | AD | C7 | 85 | D | 0 | 21 | 16 | 54 | 25 | 41 |
| Octal | 255 | 307 | 205 | 15 | 0 | 41 | 26 | 124 | 45 | 101 |
| Binary | 10101101 | 11000111 | 10000101 | 1101 | 0 | 100001 | 10110 | 1010100 | 100101 | 1000001 |
Color Harmonies of #ADC785
Complementary color
Monochromatic Colors of #ADC785
Black with #ADC785
Text Example
Text Example
White with #ADC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC785; }
p { color: rgb(173,199,133); }
H1.HeaderClassName
{
color: #ADC785;
}
.AnyTagClassName
{
color: #ADC785;
}
</style>
background-color css
<style>
a { background-color: #ADC785; }
a { background-color: rgb(173,199,133); }
div.DivClassName
{
background-color: #ADC785;
}
.BgClassName
{
background-color: #ADC785;
}
</style>
border-color css
<style>
span { border-color: #ADC785; }
span { border-color: rgb(173,199,133); }
td.TdClassName
{
border-color: #ADC785;
}
.TagClassName
{
border-color: #ADC785;
}
</style>