Shades of Caper #A7BF80
Tints of Caper #A7BF80
RGB
CMYK
RGB Variations
Color information
#A7BF80 (or 0xA7BF80) is known color: Caper. HEX triplet: A7, BF and 80. RGB value is (167,191,128). Sum of RGB (Red+Green+Blue) = 167+191+128=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF80 is #58407F. Grayscale: #B0B0B0. Windows color (decimal): -5783680 or 8437671. OLE color: 8437671.
HSL color Cylindrical-coordinate representation of color #A7BF80: hue angle of 82.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7BF80 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 191 | 128 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.25 |
| HSL | 82.86º | 0.33% | 0.63% | - |
| HSV(B) | 82.86º | 0.33% | 0.75% | - |
| XYZ | 38.46 | 47.04 | 27.47 | - |
| YUV | 176.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 128 | 0.13 | 0 | 0.33 | 0.25 | 82.86 | 0.33 | 0.63 |
| Hex | A7 | BF | 80 | D | 0 | 21 | 19 | 53 | 21 | 3F |
| Octal | 247 | 277 | 200 | 15 | 0 | 41 | 31 | 123 | 41 | 77 |
| Binary | 10100111 | 10111111 | 10000000 | 1101 | 0 | 100001 | 11001 | 1010011 | 100001 | 111111 |
Color Harmonies of #A7BF80
Complementary color
Monochromatic Colors of #A7BF80
Black with #A7BF80
Text Example
Text Example
White with #A7BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BF80; }
p { color: rgb(167,191,128); }
H1.HeaderClassName
{
color: #A7BF80;
}
.AnyTagClassName
{
color: #A7BF80;
}
</style>
background-color css
<style>
a { background-color: #A7BF80; }
a { background-color: rgb(167,191,128); }
div.DivClassName
{
background-color: #A7BF80;
}
.BgClassName
{
background-color: #A7BF80;
}
</style>
border-color css
<style>
span { border-color: #A7BF80; }
span { border-color: rgb(167,191,128); }
td.TdClassName
{
border-color: #A7BF80;
}
.TagClassName
{
border-color: #A7BF80;
}
</style>