Shades of Caper #ADBC81
Tints of Caper #ADBC81
RGB
CMYK
RGB Variations
Color information
#ADBC81 (or 0xADBC81) is known color: Caper. HEX triplet: AD, BC and 81. RGB value is (173,188,129). Sum of RGB (Red+Green+Blue) = 173+188+129=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC81 is #52437E. Grayscale: #B1B1B1. Windows color (decimal): -5391231 or 8502445. OLE color: 8502445.
HSL color Cylindrical-coordinate representation of color #ADBC81: hue angle of 75.25º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADBC81 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 129 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.26 |
| HSL | 75.25º | 0.31% | 0.62% | - |
| HSV(B) | 75.25º | 0.31% | 0.74% | - |
| XYZ | 39.18 | 46.44 | 27.67 | - |
| YUV | 176.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 129 | 0.08 | 0 | 0.31 | 0.26 | 75.25 | 0.31 | 0.62 |
| Hex | AD | BC | 81 | 8 | 0 | 1F | 1A | 4B | 1F | 3E |
| Octal | 255 | 274 | 201 | 10 | 0 | 37 | 32 | 113 | 37 | 76 |
| Binary | 10101101 | 10111100 | 10000001 | 1000 | 0 | 11111 | 11010 | 1001011 | 11111 | 111110 |
Color Harmonies of #ADBC81
Complementary color
Monochromatic Colors of #ADBC81
Black with #ADBC81
Text Example
Text Example
White with #ADBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC81; }
p { color: rgb(173,188,129); }
H1.HeaderClassName
{
color: #ADBC81;
}
.AnyTagClassName
{
color: #ADBC81;
}
</style>
background-color css
<style>
a { background-color: #ADBC81; }
a { background-color: rgb(173,188,129); }
div.DivClassName
{
background-color: #ADBC81;
}
.BgClassName
{
background-color: #ADBC81;
}
</style>
border-color css
<style>
span { border-color: #ADBC81; }
span { border-color: rgb(173,188,129); }
td.TdClassName
{
border-color: #ADBC81;
}
.TagClassName
{
border-color: #ADBC81;
}
</style>