Shades of Caper #ADBC7F
Tints of Caper #ADBC7F
RGB
CMYK
RGB Variations
Color information
#ADBC7F (or 0xADBC7F) is known color: Caper. HEX triplet: AD, BC and 7F. RGB value is (173,188,127). Sum of RGB (Red+Green+Blue) = 173+188+127=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC7F is #524380. Grayscale: #B0B0B0. Windows color (decimal): -5391233 or 8371373. OLE color: 8371373.
HSL color Cylindrical-coordinate representation of color #ADBC7F: hue angle of 74.75º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBC7F is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 127 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.26 |
| HSL | 74.75º | 0.31% | 0.62% | - |
| HSV(B) | 74.75º | 0.32% | 0.74% | - |
| XYZ | 39.05 | 46.38 | 26.97 | - |
| YUV | 176.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 127 | 0.08 | 0 | 0.32 | 0.26 | 74.75 | 0.31 | 0.62 |
| Hex | AD | BC | 7F | 8 | 0 | 20 | 1A | 4B | 1F | 3E |
| Octal | 255 | 274 | 177 | 10 | 0 | 40 | 32 | 113 | 37 | 76 |
| Binary | 10101101 | 10111100 | 1111111 | 1000 | 0 | 100000 | 11010 | 1001011 | 11111 | 111110 |
Color Harmonies of #ADBC7F
Complementary color
Monochromatic Colors of #ADBC7F
Black with #ADBC7F
Text Example
Text Example
White with #ADBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC7F; }
p { color: rgb(173,188,127); }
H1.HeaderClassName
{
color: #ADBC7F;
}
.AnyTagClassName
{
color: #ADBC7F;
}
</style>
background-color css
<style>
a { background-color: #ADBC7F; }
a { background-color: rgb(173,188,127); }
div.DivClassName
{
background-color: #ADBC7F;
}
.BgClassName
{
background-color: #ADBC7F;
}
</style>
border-color css
<style>
span { border-color: #ADBC7F; }
span { border-color: rgb(173,188,127); }
td.TdClassName
{
border-color: #ADBC7F;
}
.TagClassName
{
border-color: #ADBC7F;
}
</style>