Shades of Caper #ADBC7D
Tints of Caper #ADBC7D
RGB
CMYK
RGB Variations
Color information
#ADBC7D (or 0xADBC7D) is known color: Caper. HEX triplet: AD, BC and 7D. RGB value is (173,188,125). Sum of RGB (Red+Green+Blue) = 173+188+125=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC7D is #524382. Grayscale: #B0B0B0. Windows color (decimal): -5391235 or 8240301. OLE color: 8240301.
HSL color Cylindrical-coordinate representation of color #ADBC7D: hue angle of 74.29º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADBC7D is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 125 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.26 |
| HSL | 74.29º | 0.32% | 0.61% | - |
| HSV(B) | 74.29º | 0.34% | 0.74% | - |
| XYZ | 38.92 | 46.33 | 26.29 | - |
| YUV | 176.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 125 | 0.08 | 0 | 0.34 | 0.26 | 74.29 | 0.32 | 0.61 |
| Hex | AD | BC | 7D | 8 | 0 | 22 | 1A | 4A | 20 | 3D |
| Octal | 255 | 274 | 175 | 10 | 0 | 42 | 32 | 112 | 40 | 75 |
| Binary | 10101101 | 10111100 | 1111101 | 1000 | 0 | 100010 | 11010 | 1001010 | 100000 | 111101 |
Color Harmonies of #ADBC7D
Complementary color
Monochromatic Colors of #ADBC7D
Black with #ADBC7D
Text Example
Text Example
White with #ADBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC7D; }
p { color: rgb(173,188,125); }
H1.HeaderClassName
{
color: #ADBC7D;
}
.AnyTagClassName
{
color: #ADBC7D;
}
</style>
background-color css
<style>
a { background-color: #ADBC7D; }
a { background-color: rgb(173,188,125); }
div.DivClassName
{
background-color: #ADBC7D;
}
.BgClassName
{
background-color: #ADBC7D;
}
</style>
border-color css
<style>
span { border-color: #ADBC7D; }
span { border-color: rgb(173,188,125); }
td.TdClassName
{
border-color: #ADBC7D;
}
.TagClassName
{
border-color: #ADBC7D;
}
</style>