Shades of Caper #ADCD85
Tints of Caper #ADCD85
RGB
CMYK
RGB Variations
Color information
#ADCD85 (or 0xADCD85) is known color: Caper. HEX triplet: AD, CD and 85. RGB value is (173,205,133). Sum of RGB (Red+Green+Blue) = 173+205+133=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD85 is #52327A. Grayscale: #BBBBBB. Windows color (decimal): -5386875 or 8768941. OLE color: 8768941.
HSL color Cylindrical-coordinate representation of color #ADCD85: hue angle of 86.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADCD85 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 133 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.20 |
| HSL | 86.67º | 0.42% | 0.66% | - |
| HSV(B) | 86.67º | 0.35% | 0.8% | - |
| XYZ | 43.3 | 54.24 | 30.38 | - |
| YUV | 187.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 133 | 0.16 | 0 | 0.35 | 0.20 | 86.67 | 0.42 | 0.66 |
| Hex | AD | CD | 85 | 10 | 0 | 23 | 14 | 57 | 2A | 42 |
| Octal | 255 | 315 | 205 | 20 | 0 | 43 | 24 | 127 | 52 | 102 |
| Binary | 10101101 | 11001101 | 10000101 | 10000 | 0 | 100011 | 10100 | 1010111 | 101010 | 1000010 |
Color Harmonies of #ADCD85
Complementary color
Monochromatic Colors of #ADCD85
Black with #ADCD85
Text Example
Text Example
White with #ADCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD85; }
p { color: rgb(173,205,133); }
H1.HeaderClassName
{
color: #ADCD85;
}
.AnyTagClassName
{
color: #ADCD85;
}
</style>
background-color css
<style>
a { background-color: #ADCD85; }
a { background-color: rgb(173,205,133); }
div.DivClassName
{
background-color: #ADCD85;
}
.BgClassName
{
background-color: #ADCD85;
}
</style>
border-color css
<style>
span { border-color: #ADCD85; }
span { border-color: rgb(173,205,133); }
td.TdClassName
{
border-color: #ADCD85;
}
.TagClassName
{
border-color: #ADCD85;
}
</style>