Shades of Caper #ADBC83
Tints of Caper #ADBC83
RGB
CMYK
RGB Variations
Color information
#ADBC83 (or 0xADBC83) is known color: Caper. HEX triplet: AD, BC and 83. RGB value is (173,188,131). Sum of RGB (Red+Green+Blue) = 173+188+131=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC83 is #52437C. Grayscale: #B1B1B1. Windows color (decimal): -5391229 or 8633517. OLE color: 8633517.
HSL color Cylindrical-coordinate representation of color #ADBC83: hue angle of 75.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADBC83 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 131 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.26 |
| HSL | 75.79º | 0.3% | 0.63% | - |
| HSV(B) | 75.79º | 0.3% | 0.74% | - |
| XYZ | 39.31 | 46.49 | 28.37 | - |
| YUV | 177.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 131 | 0.08 | 0 | 0.30 | 0.26 | 75.79 | 0.3 | 0.63 |
| Hex | AD | BC | 83 | 8 | 0 | 1E | 1A | 4C | 1E | 3F |
| Octal | 255 | 274 | 203 | 10 | 0 | 36 | 32 | 114 | 36 | 77 |
| Binary | 10101101 | 10111100 | 10000011 | 1000 | 0 | 11110 | 11010 | 1001100 | 11110 | 111111 |
Color Harmonies of #ADBC83
Complementary color
Monochromatic Colors of #ADBC83
Black with #ADBC83
Text Example
Text Example
White with #ADBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC83; }
p { color: rgb(173,188,131); }
H1.HeaderClassName
{
color: #ADBC83;
}
.AnyTagClassName
{
color: #ADBC83;
}
</style>
background-color css
<style>
a { background-color: #ADBC83; }
a { background-color: rgb(173,188,131); }
div.DivClassName
{
background-color: #ADBC83;
}
.BgClassName
{
background-color: #ADBC83;
}
</style>
border-color css
<style>
span { border-color: #ADBC83; }
span { border-color: rgb(173,188,131); }
td.TdClassName
{
border-color: #ADBC83;
}
.TagClassName
{
border-color: #ADBC83;
}
</style>