Shades of Caper #ADBB7F
Tints of Caper #ADBB7F
RGB
CMYK
RGB Variations
Color information
#ADBB7F (or 0xADBB7F) is known color: Caper. HEX triplet: AD, BB and 7F. RGB value is (173,187,127). Sum of RGB (Red+Green+Blue) = 173+187+127=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB7F is #524480. Grayscale: #B0B0B0. Windows color (decimal): -5391489 or 8371117. OLE color: 8371117.
HSL color Cylindrical-coordinate representation of color #ADBB7F: hue angle of 74º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBB7F is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 127 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.27 |
| HSL | 74º | 0.31% | 0.62% | - |
| HSV(B) | 74º | 0.32% | 0.73% | - |
| XYZ | 38.83 | 45.96 | 26.9 | - |
| YUV | 175.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 127 | 0.07 | 0 | 0.32 | 0.27 | 74 | 0.31 | 0.62 |
| Hex | AD | BB | 7F | 7 | 0 | 20 | 1B | 4A | 1F | 3E |
| Octal | 255 | 273 | 177 | 7 | 0 | 40 | 33 | 112 | 37 | 76 |
| Binary | 10101101 | 10111011 | 1111111 | 111 | 0 | 100000 | 11011 | 1001010 | 11111 | 111110 |
Color Harmonies of #ADBB7F
Complementary color
Monochromatic Colors of #ADBB7F
Black with #ADBB7F
Text Example
Text Example
White with #ADBB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB7F; }
p { color: rgb(173,187,127); }
H1.HeaderClassName
{
color: #ADBB7F;
}
.AnyTagClassName
{
color: #ADBB7F;
}
</style>
background-color css
<style>
a { background-color: #ADBB7F; }
a { background-color: rgb(173,187,127); }
div.DivClassName
{
background-color: #ADBB7F;
}
.BgClassName
{
background-color: #ADBB7F;
}
</style>
border-color css
<style>
span { border-color: #ADBB7F; }
span { border-color: rgb(173,187,127); }
td.TdClassName
{
border-color: #ADBB7F;
}
.TagClassName
{
border-color: #ADBB7F;
}
</style>