Shades of Caper #ADBC8D
Tints of Caper #ADBC8D
RGB
CMYK
RGB Variations
Color information
#ADBC8D (or 0xADBC8D) is known color: Caper. HEX triplet: AD, BC and 8D. RGB value is (173,188,141). Sum of RGB (Red+Green+Blue) = 173+188+141=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC8D is #524372. Grayscale: #B2B2B2. Windows color (decimal): -5391219 or 9288877. OLE color: 9288877.
HSL color Cylindrical-coordinate representation of color #ADBC8D: hue angle of 79.15º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBC8D is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 141 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.26 |
| HSL | 79.15º | 0.26% | 0.65% | - |
| HSV(B) | 79.15º | 0.25% | 0.74% | - |
| XYZ | 40.02 | 46.77 | 32.12 | - |
| YUV | 178.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 141 | 0.08 | 0 | 0.25 | 0.26 | 79.15 | 0.26 | 0.65 |
| Hex | AD | BC | 8D | 8 | 0 | 19 | 1A | 4F | 1A | 41 |
| Octal | 255 | 274 | 215 | 10 | 0 | 31 | 32 | 117 | 32 | 101 |
| Binary | 10101101 | 10111100 | 10001101 | 1000 | 0 | 11001 | 11010 | 1001111 | 11010 | 1000001 |
Color Harmonies of #ADBC8D
Complementary color
Monochromatic Colors of #ADBC8D
Black with #ADBC8D
Text Example
Text Example
White with #ADBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC8D; }
p { color: rgb(173,188,141); }
H1.HeaderClassName
{
color: #ADBC8D;
}
.AnyTagClassName
{
color: #ADBC8D;
}
</style>
background-color css
<style>
a { background-color: #ADBC8D; }
a { background-color: rgb(173,188,141); }
div.DivClassName
{
background-color: #ADBC8D;
}
.BgClassName
{
background-color: #ADBC8D;
}
</style>
border-color css
<style>
span { border-color: #ADBC8D; }
span { border-color: rgb(173,188,141); }
td.TdClassName
{
border-color: #ADBC8D;
}
.TagClassName
{
border-color: #ADBC8D;
}
</style>