Shades of Caper #ADC882
Tints of Caper #ADC882
RGB
CMYK
RGB Variations
Color information
#ADC882 (or 0xADC882) is known color: Caper. HEX triplet: AD, C8 and 82. RGB value is (173,200,130). Sum of RGB (Red+Green+Blue) = 173+200+130=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC882 is #52377D. Grayscale: #B8B8B8. Windows color (decimal): -5388158 or 8571053. OLE color: 8571053.
HSL color Cylindrical-coordinate representation of color #ADC882: hue angle of 83.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADC882 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 130 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.22 |
| HSL | 83.14º | 0.39% | 0.65% | - |
| HSV(B) | 83.14º | 0.35% | 0.78% | - |
| XYZ | 41.92 | 51.8 | 28.91 | - |
| YUV | 183.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 130 | 0.14 | 0 | 0.35 | 0.22 | 83.14 | 0.39 | 0.65 |
| Hex | AD | C8 | 82 | E | 0 | 23 | 16 | 53 | 27 | 41 |
| Octal | 255 | 310 | 202 | 16 | 0 | 43 | 26 | 123 | 47 | 101 |
| Binary | 10101101 | 11001000 | 10000010 | 1110 | 0 | 100011 | 10110 | 1010011 | 100111 | 1000001 |
Color Harmonies of #ADC882
Complementary color
Monochromatic Colors of #ADC882
Black with #ADC882
Text Example
Text Example
White with #ADC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC882; }
p { color: rgb(173,200,130); }
H1.HeaderClassName
{
color: #ADC882;
}
.AnyTagClassName
{
color: #ADC882;
}
</style>
background-color css
<style>
a { background-color: #ADC882; }
a { background-color: rgb(173,200,130); }
div.DivClassName
{
background-color: #ADC882;
}
.BgClassName
{
background-color: #ADC882;
}
</style>
border-color css
<style>
span { border-color: #ADC882; }
span { border-color: rgb(173,200,130); }
td.TdClassName
{
border-color: #ADC882;
}
.TagClassName
{
border-color: #ADC882;
}
</style>