Shades of Caper #ADBB80
Tints of Caper #ADBB80
RGB
CMYK
RGB Variations
Color information
#ADBB80 (or 0xADBB80) is known color: Caper. HEX triplet: AD, BB and 80. RGB value is (173,187,128). Sum of RGB (Red+Green+Blue) = 173+187+128=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB80 is #52447F. Grayscale: #B0B0B0. Windows color (decimal): -5391488 or 8436653. OLE color: 8436653.
HSL color Cylindrical-coordinate representation of color #ADBB80: hue angle of 74.24º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBB80 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 128 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.27 |
| HSL | 74.24º | 0.3% | 0.62% | - |
| HSV(B) | 74.24º | 0.32% | 0.73% | - |
| XYZ | 38.9 | 45.98 | 27.25 | - |
| YUV | 176.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 128 | 0.07 | 0 | 0.32 | 0.27 | 74.24 | 0.3 | 0.62 |
| Hex | AD | BB | 80 | 7 | 0 | 20 | 1B | 4A | 1E | 3E |
| Octal | 255 | 273 | 200 | 7 | 0 | 40 | 33 | 112 | 36 | 76 |
| Binary | 10101101 | 10111011 | 10000000 | 111 | 0 | 100000 | 11011 | 1001010 | 11110 | 111110 |
Color Harmonies of #ADBB80
Complementary color
Monochromatic Colors of #ADBB80
Black with #ADBB80
Text Example
Text Example
White with #ADBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB80; }
p { color: rgb(173,187,128); }
H1.HeaderClassName
{
color: #ADBB80;
}
.AnyTagClassName
{
color: #ADBB80;
}
</style>
background-color css
<style>
a { background-color: #ADBB80; }
a { background-color: rgb(173,187,128); }
div.DivClassName
{
background-color: #ADBB80;
}
.BgClassName
{
background-color: #ADBB80;
}
</style>
border-color css
<style>
span { border-color: #ADBB80; }
span { border-color: rgb(173,187,128); }
td.TdClassName
{
border-color: #ADBB80;
}
.TagClassName
{
border-color: #ADBB80;
}
</style>