Shades of Caper #ADBD7E
Tints of Caper #ADBD7E
RGB
CMYK
RGB Variations
Color information
#ADBD7E (or 0xADBD7E) is known color: Caper. HEX triplet: AD, BD and 7E. RGB value is (173,189,126). Sum of RGB (Red+Green+Blue) = 173+189+126=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD7E is #524281. Grayscale: #B1B1B1. Windows color (decimal): -5390978 or 8306093. OLE color: 8306093.
HSL color Cylindrical-coordinate representation of color #ADBD7E: hue angle of 75.24º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADBD7E is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 126 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.26 |
| HSL | 75.24º | 0.32% | 0.62% | - |
| HSV(B) | 75.24º | 0.33% | 0.74% | - |
| XYZ | 39.2 | 46.79 | 26.7 | - |
| YUV | 177.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 126 | 0.08 | 0 | 0.33 | 0.26 | 75.24 | 0.32 | 0.62 |
| Hex | AD | BD | 7E | 8 | 0 | 21 | 1A | 4B | 20 | 3E |
| Octal | 255 | 275 | 176 | 10 | 0 | 41 | 32 | 113 | 40 | 76 |
| Binary | 10101101 | 10111101 | 1111110 | 1000 | 0 | 100001 | 11010 | 1001011 | 100000 | 111110 |
Color Harmonies of #ADBD7E
Complementary color
Monochromatic Colors of #ADBD7E
Black with #ADBD7E
Text Example
Text Example
White with #ADBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD7E; }
p { color: rgb(173,189,126); }
H1.HeaderClassName
{
color: #ADBD7E;
}
.AnyTagClassName
{
color: #ADBD7E;
}
</style>
background-color css
<style>
a { background-color: #ADBD7E; }
a { background-color: rgb(173,189,126); }
div.DivClassName
{
background-color: #ADBD7E;
}
.BgClassName
{
background-color: #ADBD7E;
}
</style>
border-color css
<style>
span { border-color: #ADBD7E; }
span { border-color: rgb(173,189,126); }
td.TdClassName
{
border-color: #ADBD7E;
}
.TagClassName
{
border-color: #ADBD7E;
}
</style>