Shades of Caper #ADC385
Tints of Caper #ADC385
RGB
CMYK
RGB Variations
Color information
#ADC385 (or 0xADC385) is known color: Caper. HEX triplet: AD, C3 and 85. RGB value is (173,195,133). Sum of RGB (Red+Green+Blue) = 173+195+133=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC385 is #523C7A. Grayscale: #B5B5B5. Windows color (decimal): -5389435 or 8766381. OLE color: 8766381.
HSL color Cylindrical-coordinate representation of color #ADC385: hue angle of 81.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC385 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 133 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.24 |
| HSL | 81.29º | 0.34% | 0.64% | - |
| HSV(B) | 81.29º | 0.32% | 0.76% | - |
| XYZ | 40.98 | 49.61 | 29.61 | - |
| YUV | 181.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 133 | 0.11 | 0 | 0.32 | 0.24 | 81.29 | 0.34 | 0.64 |
| Hex | AD | C3 | 85 | B | 0 | 20 | 18 | 51 | 22 | 40 |
| Octal | 255 | 303 | 205 | 13 | 0 | 40 | 30 | 121 | 42 | 100 |
| Binary | 10101101 | 11000011 | 10000101 | 1011 | 0 | 100000 | 11000 | 1010001 | 100010 | 1000000 |
Color Harmonies of #ADC385
Complementary color
Monochromatic Colors of #ADC385
Black with #ADC385
Text Example
Text Example
White with #ADC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC385; }
p { color: rgb(173,195,133); }
H1.HeaderClassName
{
color: #ADC385;
}
.AnyTagClassName
{
color: #ADC385;
}
</style>
background-color css
<style>
a { background-color: #ADC385; }
a { background-color: rgb(173,195,133); }
div.DivClassName
{
background-color: #ADC385;
}
.BgClassName
{
background-color: #ADC385;
}
</style>
border-color css
<style>
span { border-color: #ADC385; }
span { border-color: rgb(173,195,133); }
td.TdClassName
{
border-color: #ADC385;
}
.TagClassName
{
border-color: #ADC385;
}
</style>