Shades of Caper #ADC584
Tints of Caper #ADC584
RGB
CMYK
RGB Variations
Color information
#ADC584 (or 0xADC584) is known color: Caper. HEX triplet: AD, C5 and 84. RGB value is (173,197,132). Sum of RGB (Red+Green+Blue) = 173+197+132=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC584 is #523A7B. Grayscale: #B6B6B6. Windows color (decimal): -5388924 or 8701357. OLE color: 8701357.
HSL color Cylindrical-coordinate representation of color #ADC584: hue angle of 82.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC584 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 132 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.23 |
| HSL | 82.15º | 0.36% | 0.65% | - |
| HSV(B) | 82.15º | 0.33% | 0.77% | - |
| XYZ | 41.36 | 50.48 | 29.39 | - |
| YUV | 182.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 132 | 0.12 | 0 | 0.33 | 0.23 | 82.15 | 0.36 | 0.65 |
| Hex | AD | C5 | 84 | C | 0 | 21 | 17 | 52 | 24 | 41 |
| Octal | 255 | 305 | 204 | 14 | 0 | 41 | 27 | 122 | 44 | 101 |
| Binary | 10101101 | 11000101 | 10000100 | 1100 | 0 | 100001 | 10111 | 1010010 | 100100 | 1000001 |
Color Harmonies of #ADC584
Complementary color
Monochromatic Colors of #ADC584
Black with #ADC584
Text Example
Text Example
White with #ADC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC584; }
p { color: rgb(173,197,132); }
H1.HeaderClassName
{
color: #ADC584;
}
.AnyTagClassName
{
color: #ADC584;
}
</style>
background-color css
<style>
a { background-color: #ADC584; }
a { background-color: rgb(173,197,132); }
div.DivClassName
{
background-color: #ADC584;
}
.BgClassName
{
background-color: #ADC584;
}
</style>
border-color css
<style>
span { border-color: #ADC584; }
span { border-color: rgb(173,197,132); }
td.TdClassName
{
border-color: #ADC584;
}
.TagClassName
{
border-color: #ADC584;
}
</style>