Shades of Caper #ADC48D
Tints of Caper #ADC48D
RGB
CMYK
RGB Variations
Color information
#ADC48D (or 0xADC48D) is known color: Caper. HEX triplet: AD, C4 and 8D. RGB value is (173,196,141). Sum of RGB (Red+Green+Blue) = 173+196+141=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48D is #523B72. Grayscale: #B7B7B7. Windows color (decimal): -5389171 or 9290925. OLE color: 9290925.
HSL color Cylindrical-coordinate representation of color #ADC48D: hue angle of 85.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC48D is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 141 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.23 |
| HSL | 85.09º | 0.32% | 0.66% | - |
| HSV(B) | 85.09º | 0.28% | 0.77% | - |
| XYZ | 41.78 | 50.29 | 32.7 | - |
| YUV | 182.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 141 | 0.12 | 0 | 0.28 | 0.23 | 85.09 | 0.32 | 0.66 |
| Hex | AD | C4 | 8D | C | 0 | 1C | 17 | 55 | 20 | 42 |
| Octal | 255 | 304 | 215 | 14 | 0 | 34 | 27 | 125 | 40 | 102 |
| Binary | 10101101 | 11000100 | 10001101 | 1100 | 0 | 11100 | 10111 | 1010101 | 100000 | 1000010 |
Color Harmonies of #ADC48D
Complementary color
Monochromatic Colors of #ADC48D
Black with #ADC48D
Text Example
Text Example
White with #ADC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC48D; }
p { color: rgb(173,196,141); }
H1.HeaderClassName
{
color: #ADC48D;
}
.AnyTagClassName
{
color: #ADC48D;
}
</style>
background-color css
<style>
a { background-color: #ADC48D; }
a { background-color: rgb(173,196,141); }
div.DivClassName
{
background-color: #ADC48D;
}
.BgClassName
{
background-color: #ADC48D;
}
</style>
border-color css
<style>
span { border-color: #ADC48D; }
span { border-color: rgb(173,196,141); }
td.TdClassName
{
border-color: #ADC48D;
}
.TagClassName
{
border-color: #ADC48D;
}
</style>