Shades of Caper #ADC982
Tints of Caper #ADC982
RGB
CMYK
RGB Variations
Color information
#ADC982 (or 0xADC982) is known color: Caper. HEX triplet: AD, C9 and 82. RGB value is (173,201,130). Sum of RGB (Red+Green+Blue) = 173+201+130=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC982 is #52367D. Grayscale: #B8B8B8. Windows color (decimal): -5387902 or 8571309. OLE color: 8571309.
HSL color Cylindrical-coordinate representation of color #ADC982: hue angle of 83.66º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADC982 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 130 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.21 |
| HSL | 83.66º | 0.4% | 0.65% | - |
| HSV(B) | 83.66º | 0.35% | 0.79% | - |
| XYZ | 42.15 | 52.27 | 28.99 | - |
| YUV | 184.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 130 | 0.14 | 0 | 0.35 | 0.21 | 83.66 | 0.4 | 0.65 |
| Hex | AD | C9 | 82 | E | 0 | 23 | 15 | 54 | 28 | 41 |
| Octal | 255 | 311 | 202 | 16 | 0 | 43 | 25 | 124 | 50 | 101 |
| Binary | 10101101 | 11001001 | 10000010 | 1110 | 0 | 100011 | 10101 | 1010100 | 101000 | 1000001 |
Color Harmonies of #ADC982
Complementary color
Monochromatic Colors of #ADC982
Black with #ADC982
Text Example
Text Example
White with #ADC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC982; }
p { color: rgb(173,201,130); }
H1.HeaderClassName
{
color: #ADC982;
}
.AnyTagClassName
{
color: #ADC982;
}
</style>
background-color css
<style>
a { background-color: #ADC982; }
a { background-color: rgb(173,201,130); }
div.DivClassName
{
background-color: #ADC982;
}
.BgClassName
{
background-color: #ADC982;
}
</style>
border-color css
<style>
span { border-color: #ADC982; }
span { border-color: rgb(173,201,130); }
td.TdClassName
{
border-color: #ADC982;
}
.TagClassName
{
border-color: #ADC982;
}
</style>