Shades of Caper #A7BD82
Tints of Caper #A7BD82
RGB
CMYK
RGB Variations
Color information
#A7BD82 (or 0xA7BD82) is known color: Caper. HEX triplet: A7, BD and 82. RGB value is (167,189,130). Sum of RGB (Red+Green+Blue) = 167+189+130=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BD82 is #58427D. Grayscale: #AFAFAF. Windows color (decimal): -5784190 or 8568231. OLE color: 8568231.
HSL color Cylindrical-coordinate representation of color #A7BD82: hue angle of 82.37º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7BD82 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 130 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.26 |
| HSL | 82.37º | 0.31% | 0.63% | - |
| HSV(B) | 82.37º | 0.31% | 0.74% | - |
| XYZ | 38.16 | 46.22 | 28.03 | - |
| YUV | 175.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 130 | 0.12 | 0 | 0.31 | 0.26 | 82.37 | 0.31 | 0.63 |
| Hex | A7 | BD | 82 | C | 0 | 1F | 1A | 52 | 1F | 3F |
| Octal | 247 | 275 | 202 | 14 | 0 | 37 | 32 | 122 | 37 | 77 |
| Binary | 10100111 | 10111101 | 10000010 | 1100 | 0 | 11111 | 11010 | 1010010 | 11111 | 111111 |
Color Harmonies of #A7BD82
Complementary color
Monochromatic Colors of #A7BD82
Black with #A7BD82
Text Example
Text Example
White with #A7BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD82; }
p { color: rgb(167,189,130); }
H1.HeaderClassName
{
color: #A7BD82;
}
.AnyTagClassName
{
color: #A7BD82;
}
</style>
background-color css
<style>
a { background-color: #A7BD82; }
a { background-color: rgb(167,189,130); }
div.DivClassName
{
background-color: #A7BD82;
}
.BgClassName
{
background-color: #A7BD82;
}
</style>
border-color css
<style>
span { border-color: #A7BD82; }
span { border-color: rgb(167,189,130); }
td.TdClassName
{
border-color: #A7BD82;
}
.TagClassName
{
border-color: #A7BD82;
}
</style>