Shades of Caper #ADC984
Tints of Caper #ADC984
RGB
CMYK
RGB Variations
Color information
#ADC984 (or 0xADC984) is known color: Caper. HEX triplet: AD, C9 and 84. RGB value is (173,201,132). Sum of RGB (Red+Green+Blue) = 173+201+132=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC984 is #52367B. Grayscale: #B9B9B9. Windows color (decimal): -5387900 or 8702381. OLE color: 8702381.
HSL color Cylindrical-coordinate representation of color #ADC984: hue angle of 84.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC984 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 132 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.21 |
| HSL | 84.35º | 0.39% | 0.65% | - |
| HSV(B) | 84.35º | 0.34% | 0.79% | - |
| XYZ | 42.29 | 52.32 | 29.7 | - |
| YUV | 184.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 132 | 0.14 | 0 | 0.34 | 0.21 | 84.35 | 0.39 | 0.65 |
| Hex | AD | C9 | 84 | E | 0 | 22 | 15 | 54 | 27 | 41 |
| Octal | 255 | 311 | 204 | 16 | 0 | 42 | 25 | 124 | 47 | 101 |
| Binary | 10101101 | 11001001 | 10000100 | 1110 | 0 | 100010 | 10101 | 1010100 | 100111 | 1000001 |
Color Harmonies of #ADC984
Complementary color
Monochromatic Colors of #ADC984
Black with #ADC984
Text Example
Text Example
White with #ADC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC984; }
p { color: rgb(173,201,132); }
H1.HeaderClassName
{
color: #ADC984;
}
.AnyTagClassName
{
color: #ADC984;
}
</style>
background-color css
<style>
a { background-color: #ADC984; }
a { background-color: rgb(173,201,132); }
div.DivClassName
{
background-color: #ADC984;
}
.BgClassName
{
background-color: #ADC984;
}
</style>
border-color css
<style>
span { border-color: #ADC984; }
span { border-color: rgb(173,201,132); }
td.TdClassName
{
border-color: #ADC984;
}
.TagClassName
{
border-color: #ADC984;
}
</style>