Shades of Caper #ADBF8E
Tints of Caper #ADBF8E
RGB
CMYK
RGB Variations
Color information
#ADBF8E (or 0xADBF8E) is known color: Caper. HEX triplet: AD, BF and 8E. RGB value is (173,191,142). Sum of RGB (Red+Green+Blue) = 173+191+142=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF8E is #524071. Grayscale: #B4B4B4. Windows color (decimal): -5390450 or 9355181. OLE color: 9355181.
HSL color Cylindrical-coordinate representation of color #ADBF8E: hue angle of 82.04º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBF8E is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 142 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.25 |
| HSL | 82.04º | 0.28% | 0.65% | - |
| HSV(B) | 82.04º | 0.26% | 0.75% | - |
| XYZ | 40.75 | 48.1 | 32.73 | - |
| YUV | 180.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 142 | 0.09 | 0 | 0.26 | 0.25 | 82.04 | 0.28 | 0.65 |
| Hex | AD | BF | 8E | 9 | 0 | 1A | 19 | 52 | 1C | 41 |
| Octal | 255 | 277 | 216 | 11 | 0 | 32 | 31 | 122 | 34 | 101 |
| Binary | 10101101 | 10111111 | 10001110 | 1001 | 0 | 11010 | 11001 | 1010010 | 11100 | 1000001 |
Color Harmonies of #ADBF8E
Complementary color
Monochromatic Colors of #ADBF8E
Black with #ADBF8E
Text Example
Text Example
White with #ADBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBF8E; }
p { color: rgb(173,191,142); }
H1.HeaderClassName
{
color: #ADBF8E;
}
.AnyTagClassName
{
color: #ADBF8E;
}
</style>
background-color css
<style>
a { background-color: #ADBF8E; }
a { background-color: rgb(173,191,142); }
div.DivClassName
{
background-color: #ADBF8E;
}
.BgClassName
{
background-color: #ADBF8E;
}
</style>
border-color css
<style>
span { border-color: #ADBF8E; }
span { border-color: rgb(173,191,142); }
td.TdClassName
{
border-color: #ADBF8E;
}
.TagClassName
{
border-color: #ADBF8E;
}
</style>