Shades of Caper #ADBD80
Tints of Caper #ADBD80
RGB
CMYK
RGB Variations
Color information
#ADBD80 (or 0xADBD80) is known color: Caper. HEX triplet: AD, BD and 80. RGB value is (173,189,128). Sum of RGB (Red+Green+Blue) = 173+189+128=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD80 is #52427F. Grayscale: #B1B1B1. Windows color (decimal): -5390976 or 8437165. OLE color: 8437165.
HSL color Cylindrical-coordinate representation of color #ADBD80: hue angle of 75.74º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBD80 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 128 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.26 |
| HSL | 75.74º | 0.32% | 0.62% | - |
| HSV(B) | 75.74º | 0.32% | 0.74% | - |
| XYZ | 39.33 | 46.84 | 27.39 | - |
| YUV | 177.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 128 | 0.08 | 0 | 0.32 | 0.26 | 75.74 | 0.32 | 0.62 |
| Hex | AD | BD | 80 | 8 | 0 | 20 | 1A | 4C | 20 | 3E |
| Octal | 255 | 275 | 200 | 10 | 0 | 40 | 32 | 114 | 40 | 76 |
| Binary | 10101101 | 10111101 | 10000000 | 1000 | 0 | 100000 | 11010 | 1001100 | 100000 | 111110 |
Color Harmonies of #ADBD80
Complementary color
Monochromatic Colors of #ADBD80
Black with #ADBD80
Text Example
Text Example
White with #ADBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD80; }
p { color: rgb(173,189,128); }
H1.HeaderClassName
{
color: #ADBD80;
}
.AnyTagClassName
{
color: #ADBD80;
}
</style>
background-color css
<style>
a { background-color: #ADBD80; }
a { background-color: rgb(173,189,128); }
div.DivClassName
{
background-color: #ADBD80;
}
.BgClassName
{
background-color: #ADBD80;
}
</style>
border-color css
<style>
span { border-color: #ADBD80; }
span { border-color: rgb(173,189,128); }
td.TdClassName
{
border-color: #ADBD80;
}
.TagClassName
{
border-color: #ADBD80;
}
</style>