Shades of Caper #ADBD6E
Tints of Caper #ADBD6E
RGB
CMYK
RGB Variations
Color information
#ADBD6E (or 0xADBD6E) is known color: Caper. HEX triplet: AD, BD and 6E. RGB value is (173,189,110). Sum of RGB (Red+Green+Blue) = 173+189+110=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD6E is #524291. Grayscale: #AFAFAF. Windows color (decimal): -5390994 or 7257517. OLE color: 7257517.
HSL color Cylindrical-coordinate representation of color #ADBD6E: hue angle of 72.15º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADBD6E is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 110 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.26 |
| HSL | 72.15º | 0.37% | 0.59% | - |
| HSV(B) | 72.15º | 0.42% | 0.74% | - |
| XYZ | 38.25 | 46.41 | 21.69 | - |
| YUV | 175.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 110 | 0.08 | 0 | 0.42 | 0.26 | 72.15 | 0.37 | 0.59 |
| Hex | AD | BD | 6E | 8 | 0 | 2A | 1A | 48 | 25 | 3B |
| Octal | 255 | 275 | 156 | 10 | 0 | 52 | 32 | 110 | 45 | 73 |
| Binary | 10101101 | 10111101 | 1101110 | 1000 | 0 | 101010 | 11010 | 1001000 | 100101 | 111011 |
Color Harmonies of #ADBD6E
Complementary color
Monochromatic Colors of #ADBD6E
Black with #ADBD6E
Text Example
Text Example
White with #ADBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD6E; }
p { color: rgb(173,189,110); }
H1.HeaderClassName
{
color: #ADBD6E;
}
.AnyTagClassName
{
color: #ADBD6E;
}
</style>
background-color css
<style>
a { background-color: #ADBD6E; }
a { background-color: rgb(173,189,110); }
div.DivClassName
{
background-color: #ADBD6E;
}
.BgClassName
{
background-color: #ADBD6E;
}
</style>
border-color css
<style>
span { border-color: #ADBD6E; }
span { border-color: rgb(173,189,110); }
td.TdClassName
{
border-color: #ADBD6E;
}
.TagClassName
{
border-color: #ADBD6E;
}
</style>