Shades of Caper #ADBC8E
Tints of Caper #ADBC8E
RGB
CMYK
RGB Variations
Color information
#ADBC8E (or 0xADBC8E) is known color: Caper. HEX triplet: AD, BC and 8E. RGB value is (173,188,142). Sum of RGB (Red+Green+Blue) = 173+188+142=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC8E is #524371. Grayscale: #B2B2B2. Windows color (decimal): -5391218 or 9354413. OLE color: 9354413.
HSL color Cylindrical-coordinate representation of color #ADBC8E: hue angle of 79.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADBC8E is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 142 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.26 |
| HSL | 79.57º | 0.26% | 0.65% | - |
| HSV(B) | 79.57º | 0.24% | 0.74% | - |
| XYZ | 40.1 | 46.8 | 32.51 | - |
| YUV | 178.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 142 | 0.08 | 0 | 0.24 | 0.26 | 79.57 | 0.26 | 0.65 |
| Hex | AD | BC | 8E | 8 | 0 | 18 | 1A | 50 | 1A | 41 |
| Octal | 255 | 274 | 216 | 10 | 0 | 30 | 32 | 120 | 32 | 101 |
| Binary | 10101101 | 10111100 | 10001110 | 1000 | 0 | 11000 | 11010 | 1010000 | 11010 | 1000001 |
Color Harmonies of #ADBC8E
Complementary color
Monochromatic Colors of #ADBC8E
Black with #ADBC8E
Text Example
Text Example
White with #ADBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC8E; }
p { color: rgb(173,188,142); }
H1.HeaderClassName
{
color: #ADBC8E;
}
.AnyTagClassName
{
color: #ADBC8E;
}
</style>
background-color css
<style>
a { background-color: #ADBC8E; }
a { background-color: rgb(173,188,142); }
div.DivClassName
{
background-color: #ADBC8E;
}
.BgClassName
{
background-color: #ADBC8E;
}
</style>
border-color css
<style>
span { border-color: #ADBC8E; }
span { border-color: rgb(173,188,142); }
td.TdClassName
{
border-color: #ADBC8E;
}
.TagClassName
{
border-color: #ADBC8E;
}
</style>