Shades of Caper #ADC784
Tints of Caper #ADC784
RGB
CMYK
RGB Variations
Color information
#ADC784 (or 0xADC784) is known color: Caper. HEX triplet: AD, C7 and 84. RGB value is (173,199,132). Sum of RGB (Red+Green+Blue) = 173+199+132=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC784 is #52387B. Grayscale: #B7B7B7. Windows color (decimal): -5388412 or 8701869. OLE color: 8701869.
HSL color Cylindrical-coordinate representation of color #ADC784: hue angle of 83.28º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC784 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 132 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.22 |
| HSL | 83.28º | 0.37% | 0.65% | - |
| HSV(B) | 83.28º | 0.34% | 0.78% | - |
| XYZ | 41.82 | 51.4 | 29.55 | - |
| YUV | 183.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 132 | 0.13 | 0 | 0.34 | 0.22 | 83.28 | 0.37 | 0.65 |
| Hex | AD | C7 | 84 | D | 0 | 22 | 16 | 53 | 25 | 41 |
| Octal | 255 | 307 | 204 | 15 | 0 | 42 | 26 | 123 | 45 | 101 |
| Binary | 10101101 | 11000111 | 10000100 | 1101 | 0 | 100010 | 10110 | 1010011 | 100101 | 1000001 |
Color Harmonies of #ADC784
Complementary color
Monochromatic Colors of #ADC784
Black with #ADC784
Text Example
Text Example
White with #ADC784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC784; }
p { color: rgb(173,199,132); }
H1.HeaderClassName
{
color: #ADC784;
}
.AnyTagClassName
{
color: #ADC784;
}
</style>
background-color css
<style>
a { background-color: #ADC784; }
a { background-color: rgb(173,199,132); }
div.DivClassName
{
background-color: #ADC784;
}
.BgClassName
{
background-color: #ADC784;
}
</style>
border-color css
<style>
span { border-color: #ADC784; }
span { border-color: rgb(173,199,132); }
td.TdClassName
{
border-color: #ADC784;
}
.TagClassName
{
border-color: #ADC784;
}
</style>