Shades of Caper #ADC86C
Tints of Caper #ADC86C
RGB
CMYK
RGB Variations
Color information
#ADC86C (or 0xADC86C) is known color: Caper. HEX triplet: AD, C8 and 6C. RGB value is (173,200,108). Sum of RGB (Red+Green+Blue) = 173+200+108=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC86C is #523793. Grayscale: #B5B5B5. Windows color (decimal): -5388180 or 7129261. OLE color: 7129261.
HSL color Cylindrical-coordinate representation of color #ADC86C: hue angle of 77.61º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC86C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 108 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.22 |
| HSL | 77.61º | 0.46% | 0.6% | - |
| HSV(B) | 77.61º | 0.46% | 0.78% | - |
| XYZ | 40.59 | 51.28 | 21.94 | - |
| YUV | 181.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 108 | 0.14 | 0 | 0.46 | 0.22 | 77.61 | 0.46 | 0.6 |
| Hex | AD | C8 | 6C | E | 0 | 2E | 16 | 4E | 2E | 3C |
| Octal | 255 | 310 | 154 | 16 | 0 | 56 | 26 | 116 | 56 | 74 |
| Binary | 10101101 | 11001000 | 1101100 | 1110 | 0 | 101110 | 10110 | 1001110 | 101110 | 111100 |
Color Harmonies of #ADC86C
Complementary color
Monochromatic Colors of #ADC86C
Black with #ADC86C
Text Example
Text Example
White with #ADC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC86C; }
p { color: rgb(173,200,108); }
H1.HeaderClassName
{
color: #ADC86C;
}
.AnyTagClassName
{
color: #ADC86C;
}
</style>
background-color css
<style>
a { background-color: #ADC86C; }
a { background-color: rgb(173,200,108); }
div.DivClassName
{
background-color: #ADC86C;
}
.BgClassName
{
background-color: #ADC86C;
}
</style>
border-color css
<style>
span { border-color: #ADC86C; }
span { border-color: rgb(173,200,108); }
td.TdClassName
{
border-color: #ADC86C;
}
.TagClassName
{
border-color: #ADC86C;
}
</style>