Shades of Caper #A7BA80
Tints of Caper #A7BA80
RGB
CMYK
RGB Variations
Color information
#A7BA80 (or 0xA7BA80) is known color: Caper. HEX triplet: A7, BA and 80. RGB value is (167,186,128). Sum of RGB (Red+Green+Blue) = 167+186+128=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA80 is #58457F. Grayscale: #ADADAD. Windows color (decimal): -5784960 or 8436391. OLE color: 8436391.
HSL color Cylindrical-coordinate representation of color #A7BA80: hue angle of 79.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7BA80 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 128 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.27 |
| HSL | 79.66º | 0.3% | 0.62% | - |
| HSV(B) | 79.66º | 0.31% | 0.73% | - |
| XYZ | 37.39 | 44.89 | 27.12 | - |
| YUV | 173.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 128 | 0.10 | 0 | 0.31 | 0.27 | 79.66 | 0.3 | 0.62 |
| Hex | A7 | BA | 80 | A | 0 | 1F | 1B | 50 | 1E | 3E |
| Octal | 247 | 272 | 200 | 12 | 0 | 37 | 33 | 120 | 36 | 76 |
| Binary | 10100111 | 10111010 | 10000000 | 1010 | 0 | 11111 | 11011 | 1010000 | 11110 | 111110 |
Color Harmonies of #A7BA80
Complementary color
Monochromatic Colors of #A7BA80
Black with #A7BA80
Text Example
Text Example
White with #A7BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA80; }
p { color: rgb(167,186,128); }
H1.HeaderClassName
{
color: #A7BA80;
}
.AnyTagClassName
{
color: #A7BA80;
}
</style>
background-color css
<style>
a { background-color: #A7BA80; }
a { background-color: rgb(167,186,128); }
div.DivClassName
{
background-color: #A7BA80;
}
.BgClassName
{
background-color: #A7BA80;
}
</style>
border-color css
<style>
span { border-color: #A7BA80; }
span { border-color: rgb(167,186,128); }
td.TdClassName
{
border-color: #A7BA80;
}
.TagClassName
{
border-color: #A7BA80;
}
</style>