Shades of Caper #ADBD6D
Tints of Caper #ADBD6D
RGB
CMYK
RGB Variations
Color information
#ADBD6D (or 0xADBD6D) is known color: Caper. HEX triplet: AD, BD and 6D. RGB value is (173,189,109). Sum of RGB (Red+Green+Blue) = 173+189+109=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD6D is #524292. Grayscale: #AFAFAF. Windows color (decimal): -5390995 or 7191981. OLE color: 7191981.
HSL color Cylindrical-coordinate representation of color #ADBD6D: hue angle of 72º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADBD6D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 109 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.26 |
| HSL | 72º | 0.38% | 0.58% | - |
| HSV(B) | 72º | 0.42% | 0.74% | - |
| XYZ | 38.19 | 46.38 | 21.41 | - |
| YUV | 175.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 109 | 0.08 | 0 | 0.42 | 0.26 | 72 | 0.38 | 0.58 |
| Hex | AD | BD | 6D | 8 | 0 | 2A | 1A | 48 | 26 | 3A |
| Octal | 255 | 275 | 155 | 10 | 0 | 52 | 32 | 110 | 46 | 72 |
| Binary | 10101101 | 10111101 | 1101101 | 1000 | 0 | 101010 | 11010 | 1001000 | 100110 | 111010 |
Color Harmonies of #ADBD6D
Complementary color
Monochromatic Colors of #ADBD6D
Black with #ADBD6D
Text Example
Text Example
White with #ADBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD6D; }
p { color: rgb(173,189,109); }
H1.HeaderClassName
{
color: #ADBD6D;
}
.AnyTagClassName
{
color: #ADBD6D;
}
</style>
background-color css
<style>
a { background-color: #ADBD6D; }
a { background-color: rgb(173,189,109); }
div.DivClassName
{
background-color: #ADBD6D;
}
.BgClassName
{
background-color: #ADBD6D;
}
</style>
border-color css
<style>
span { border-color: #ADBD6D; }
span { border-color: rgb(173,189,109); }
td.TdClassName
{
border-color: #ADBD6D;
}
.TagClassName
{
border-color: #ADBD6D;
}
</style>