Shades of Caper #ADC688
Tints of Caper #ADC688
RGB
CMYK
RGB Variations
Color information
#ADC688 (or 0xADC688) is known color: Caper. HEX triplet: AD, C6 and 88. RGB value is (173,198,136). Sum of RGB (Red+Green+Blue) = 173+198+136=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC688 is #523977. Grayscale: #B7B7B7. Windows color (decimal): -5388664 or 8963757. OLE color: 8963757.
HSL color Cylindrical-coordinate representation of color #ADC688: hue angle of 84.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC688 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 136 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.22 |
| HSL | 84.19º | 0.35% | 0.65% | - |
| HSV(B) | 84.19º | 0.31% | 0.78% | - |
| XYZ | 41.87 | 51.05 | 30.94 | - |
| YUV | 183.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 136 | 0.13 | 0 | 0.31 | 0.22 | 84.19 | 0.35 | 0.65 |
| Hex | AD | C6 | 88 | D | 0 | 1F | 16 | 54 | 23 | 41 |
| Octal | 255 | 306 | 210 | 15 | 0 | 37 | 26 | 124 | 43 | 101 |
| Binary | 10101101 | 11000110 | 10001000 | 1101 | 0 | 11111 | 10110 | 1010100 | 100011 | 1000001 |
Color Harmonies of #ADC688
Complementary color
Monochromatic Colors of #ADC688
Black with #ADC688
Text Example
Text Example
White with #ADC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC688; }
p { color: rgb(173,198,136); }
H1.HeaderClassName
{
color: #ADC688;
}
.AnyTagClassName
{
color: #ADC688;
}
</style>
background-color css
<style>
a { background-color: #ADC688; }
a { background-color: rgb(173,198,136); }
div.DivClassName
{
background-color: #ADC688;
}
.BgClassName
{
background-color: #ADC688;
}
</style>
border-color css
<style>
span { border-color: #ADC688; }
span { border-color: rgb(173,198,136); }
td.TdClassName
{
border-color: #ADC688;
}
.TagClassName
{
border-color: #ADC688;
}
</style>