Shades of Caper #ADBD6F
Tints of Caper #ADBD6F
RGB
CMYK
RGB Variations
Color information
#ADBD6F (or 0xADBD6F) is known color: Caper. HEX triplet: AD, BD and 6F. RGB value is (173,189,111). Sum of RGB (Red+Green+Blue) = 173+189+111=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD6F is #524290. Grayscale: #AFAFAF. Windows color (decimal): -5390993 or 7323053. OLE color: 7323053.
HSL color Cylindrical-coordinate representation of color #ADBD6F: hue angle of 72.31º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADBD6F is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 111 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.26 |
| HSL | 72.31º | 0.37% | 0.59% | - |
| HSV(B) | 72.31º | 0.41% | 0.74% | - |
| XYZ | 38.3 | 46.43 | 21.98 | - |
| YUV | 175.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 111 | 0.08 | 0 | 0.41 | 0.26 | 72.31 | 0.37 | 0.59 |
| Hex | AD | BD | 6F | 8 | 0 | 29 | 1A | 48 | 25 | 3B |
| Octal | 255 | 275 | 157 | 10 | 0 | 51 | 32 | 110 | 45 | 73 |
| Binary | 10101101 | 10111101 | 1101111 | 1000 | 0 | 101001 | 11010 | 1001000 | 100101 | 111011 |
Color Harmonies of #ADBD6F
Complementary color
Monochromatic Colors of #ADBD6F
Black with #ADBD6F
Text Example
Text Example
White with #ADBD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD6F; }
p { color: rgb(173,189,111); }
H1.HeaderClassName
{
color: #ADBD6F;
}
.AnyTagClassName
{
color: #ADBD6F;
}
</style>
background-color css
<style>
a { background-color: #ADBD6F; }
a { background-color: rgb(173,189,111); }
div.DivClassName
{
background-color: #ADBD6F;
}
.BgClassName
{
background-color: #ADBD6F;
}
</style>
border-color css
<style>
span { border-color: #ADBD6F; }
span { border-color: rgb(173,189,111); }
td.TdClassName
{
border-color: #ADBD6F;
}
.TagClassName
{
border-color: #ADBD6F;
}
</style>