Shades of Caper #A7BC80
Tints of Caper #A7BC80
RGB
CMYK
RGB Variations
Color information
#A7BC80 (or 0xA7BC80) is known color: Caper. HEX triplet: A7, BC and 80. RGB value is (167,188,128). Sum of RGB (Red+Green+Blue) = 167+188+128=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC80 is #58437F. Grayscale: #AFAFAF. Windows color (decimal): -5784448 or 8436903. OLE color: 8436903.
HSL color Cylindrical-coordinate representation of color #A7BC80: hue angle of 81º 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 #A7BC80 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 128 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.26 |
| HSL | 81º | 0.31% | 0.62% | - |
| HSV(B) | 81º | 0.32% | 0.74% | - |
| XYZ | 37.82 | 45.74 | 27.26 | - |
| YUV | 174.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 128 | 0.11 | 0 | 0.32 | 0.26 | 81 | 0.31 | 0.62 |
| Hex | A7 | BC | 80 | B | 0 | 20 | 1A | 51 | 1F | 3E |
| Octal | 247 | 274 | 200 | 13 | 0 | 40 | 32 | 121 | 37 | 76 |
| Binary | 10100111 | 10111100 | 10000000 | 1011 | 0 | 100000 | 11010 | 1010001 | 11111 | 111110 |
Color Harmonies of #A7BC80
Complementary color
Monochromatic Colors of #A7BC80
Black with #A7BC80
Text Example
Text Example
White with #A7BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC80; }
p { color: rgb(167,188,128); }
H1.HeaderClassName
{
color: #A7BC80;
}
.AnyTagClassName
{
color: #A7BC80;
}
</style>
background-color css
<style>
a { background-color: #A7BC80; }
a { background-color: rgb(167,188,128); }
div.DivClassName
{
background-color: #A7BC80;
}
.BgClassName
{
background-color: #A7BC80;
}
</style>
border-color css
<style>
span { border-color: #A7BC80; }
span { border-color: rgb(167,188,128); }
td.TdClassName
{
border-color: #A7BC80;
}
.TagClassName
{
border-color: #A7BC80;
}
</style>