Shades of Caper #ADBC8F
Tints of Caper #ADBC8F
RGB
CMYK
RGB Variations
Color information
#ADBC8F (or 0xADBC8F) is known color: Caper. HEX triplet: AD, BC and 8F. RGB value is (173,188,143). Sum of RGB (Red+Green+Blue) = 173+188+143=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC8F is #524370. Grayscale: #B2B2B2. Windows color (decimal): -5391217 or 9419949. OLE color: 9419949.
HSL color Cylindrical-coordinate representation of color #ADBC8F: hue angle of 80º degrees, saturation: 0.25, 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 #ADBC8F is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 143 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.26 |
| HSL | 80º | 0.25% | 0.65% | - |
| HSV(B) | 80º | 0.24% | 0.74% | - |
| XYZ | 40.17 | 46.83 | 32.91 | - |
| YUV | 178.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 143 | 0.08 | 0 | 0.24 | 0.26 | 80 | 0.25 | 0.65 |
| Hex | AD | BC | 8F | 8 | 0 | 18 | 1A | 50 | 19 | 41 |
| Octal | 255 | 274 | 217 | 10 | 0 | 30 | 32 | 120 | 31 | 101 |
| Binary | 10101101 | 10111100 | 10001111 | 1000 | 0 | 11000 | 11010 | 1010000 | 11001 | 1000001 |
Color Harmonies of #ADBC8F
Complementary color
Monochromatic Colors of #ADBC8F
Black with #ADBC8F
Text Example
Text Example
White with #ADBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC8F; }
p { color: rgb(173,188,143); }
H1.HeaderClassName
{
color: #ADBC8F;
}
.AnyTagClassName
{
color: #ADBC8F;
}
</style>
background-color css
<style>
a { background-color: #ADBC8F; }
a { background-color: rgb(173,188,143); }
div.DivClassName
{
background-color: #ADBC8F;
}
.BgClassName
{
background-color: #ADBC8F;
}
</style>
border-color css
<style>
span { border-color: #ADBC8F; }
span { border-color: rgb(173,188,143); }
td.TdClassName
{
border-color: #ADBC8F;
}
.TagClassName
{
border-color: #ADBC8F;
}
</style>