Shades of Caper #ADCC85
Tints of Caper #ADCC85
RGB
CMYK
RGB Variations
Color information
#ADCC85 (or 0xADCC85) is known color: Caper. HEX triplet: AD, CC and 85. RGB value is (173,204,133). Sum of RGB (Red+Green+Blue) = 173+204+133=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC85 is #52337A. Grayscale: #BABABA. Windows color (decimal): -5387131 or 8768685. OLE color: 8768685.
HSL color Cylindrical-coordinate representation of color #ADCC85: hue angle of 86.2º degrees, saturation: 0.41, 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 #ADCC85 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 133 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.2 |
| HSL | 86.2º | 0.41% | 0.66% | - |
| HSV(B) | 86.2º | 0.35% | 0.8% | - |
| XYZ | 43.06 | 53.76 | 30.3 | - |
| YUV | 186.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 133 | 0.15 | 0 | 0.35 | 0.2 | 86.2 | 0.41 | 0.66 |
| Hex | AD | CC | 85 | F | 0 | 23 | 14 | 56 | 29 | 42 |
| Octal | 255 | 314 | 205 | 17 | 0 | 43 | 24 | 126 | 51 | 102 |
| Binary | 10101101 | 11001100 | 10000101 | 1111 | 0 | 100011 | 10100 | 1010110 | 101001 | 1000010 |
Color Harmonies of #ADCC85
Complementary color
Monochromatic Colors of #ADCC85
Black with #ADCC85
Text Example
Text Example
White with #ADCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC85; }
p { color: rgb(173,204,133); }
H1.HeaderClassName
{
color: #ADCC85;
}
.AnyTagClassName
{
color: #ADCC85;
}
</style>
background-color css
<style>
a { background-color: #ADCC85; }
a { background-color: rgb(173,204,133); }
div.DivClassName
{
background-color: #ADCC85;
}
.BgClassName
{
background-color: #ADCC85;
}
</style>
border-color css
<style>
span { border-color: #ADCC85; }
span { border-color: rgb(173,204,133); }
td.TdClassName
{
border-color: #ADCC85;
}
.TagClassName
{
border-color: #ADCC85;
}
</style>