Shades of Caper #A7BC81
Tints of Caper #A7BC81
RGB
CMYK
RGB Variations
Color information
#A7BC81 (or 0xA7BC81) is known color: Caper. HEX triplet: A7, BC and 81. RGB value is (167,188,129). Sum of RGB (Red+Green+Blue) = 167+188+129=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC81 is #58437E. Grayscale: #AFAFAF. Windows color (decimal): -5784447 or 8502439. OLE color: 8502439.
HSL color Cylindrical-coordinate representation of color #A7BC81: hue angle of 81.36º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7BC81 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 129 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.26 |
| HSL | 81.36º | 0.31% | 0.62% | - |
| HSV(B) | 81.36º | 0.31% | 0.74% | - |
| XYZ | 37.88 | 45.77 | 27.61 | - |
| YUV | 175 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 129 | 0.11 | 0 | 0.31 | 0.26 | 81.36 | 0.31 | 0.62 |
| Hex | A7 | BC | 81 | B | 0 | 1F | 1A | 51 | 1F | 3E |
| Octal | 247 | 274 | 201 | 13 | 0 | 37 | 32 | 121 | 37 | 76 |
| Binary | 10100111 | 10111100 | 10000001 | 1011 | 0 | 11111 | 11010 | 1010001 | 11111 | 111110 |
Color Harmonies of #A7BC81
Complementary color
Monochromatic Colors of #A7BC81
Black with #A7BC81
Text Example
Text Example
White with #A7BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC81; }
p { color: rgb(167,188,129); }
H1.HeaderClassName
{
color: #A7BC81;
}
.AnyTagClassName
{
color: #A7BC81;
}
</style>
background-color css
<style>
a { background-color: #A7BC81; }
a { background-color: rgb(167,188,129); }
div.DivClassName
{
background-color: #A7BC81;
}
.BgClassName
{
background-color: #A7BC81;
}
</style>
border-color css
<style>
span { border-color: #A7BC81; }
span { border-color: rgb(167,188,129); }
td.TdClassName
{
border-color: #A7BC81;
}
.TagClassName
{
border-color: #A7BC81;
}
</style>