Shades of Caper #ADC684
Tints of Caper #ADC684
RGB
CMYK
RGB Variations
Color information
#ADC684 (or 0xADC684) is known color: Caper. HEX triplet: AD, C6 and 84. RGB value is (173,198,132). Sum of RGB (Red+Green+Blue) = 173+198+132=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC684 is #52397B. Grayscale: #B7B7B7. Windows color (decimal): -5388668 or 8701613. OLE color: 8701613.
HSL color Cylindrical-coordinate representation of color #ADC684: hue angle of 82.73º 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 #ADC684 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 132 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.22 |
| HSL | 82.73º | 0.37% | 0.65% | - |
| HSV(B) | 82.73º | 0.33% | 0.78% | - |
| XYZ | 41.59 | 50.94 | 29.47 | - |
| YUV | 183 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 132 | 0.13 | 0 | 0.33 | 0.22 | 82.73 | 0.37 | 0.65 |
| Hex | AD | C6 | 84 | D | 0 | 21 | 16 | 53 | 25 | 41 |
| Octal | 255 | 306 | 204 | 15 | 0 | 41 | 26 | 123 | 45 | 101 |
| Binary | 10101101 | 11000110 | 10000100 | 1101 | 0 | 100001 | 10110 | 1010011 | 100101 | 1000001 |
Color Harmonies of #ADC684
Complementary color
Monochromatic Colors of #ADC684
Black with #ADC684
Text Example
Text Example
White with #ADC684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC684; }
p { color: rgb(173,198,132); }
H1.HeaderClassName
{
color: #ADC684;
}
.AnyTagClassName
{
color: #ADC684;
}
</style>
background-color css
<style>
a { background-color: #ADC684; }
a { background-color: rgb(173,198,132); }
div.DivClassName
{
background-color: #ADC684;
}
.BgClassName
{
background-color: #ADC684;
}
</style>
border-color css
<style>
span { border-color: #ADC684; }
span { border-color: rgb(173,198,132); }
td.TdClassName
{
border-color: #ADC684;
}
.TagClassName
{
border-color: #ADC684;
}
</style>