Shades of Caper #A7BD7E
Tints of Caper #A7BD7E
RGB
CMYK
RGB Variations
Color information
#A7BD7E (or 0xA7BD7E) is known color: Caper. HEX triplet: A7, BD and 7E. RGB value is (167,189,126). Sum of RGB (Red+Green+Blue) = 167+189+126=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD7E is #584281. Grayscale: #AFAFAF. Windows color (decimal): -5784194 or 8306087. OLE color: 8306087.
HSL color Cylindrical-coordinate representation of color #A7BD7E: hue angle of 80.95º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7BD7E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 126 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.26 |
| HSL | 80.95º | 0.32% | 0.62% | - |
| HSV(B) | 80.95º | 0.33% | 0.74% | - |
| XYZ | 37.9 | 46.12 | 26.64 | - |
| YUV | 175.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 126 | 0.12 | 0 | 0.33 | 0.26 | 80.95 | 0.32 | 0.62 |
| Hex | A7 | BD | 7E | C | 0 | 21 | 1A | 51 | 20 | 3E |
| Octal | 247 | 275 | 176 | 14 | 0 | 41 | 32 | 121 | 40 | 76 |
| Binary | 10100111 | 10111101 | 1111110 | 1100 | 0 | 100001 | 11010 | 1010001 | 100000 | 111110 |
Color Harmonies of #A7BD7E
Complementary color
Monochromatic Colors of #A7BD7E
Black with #A7BD7E
Text Example
Text Example
White with #A7BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD7E; }
p { color: rgb(167,189,126); }
H1.HeaderClassName
{
color: #A7BD7E;
}
.AnyTagClassName
{
color: #A7BD7E;
}
</style>
background-color css
<style>
a { background-color: #A7BD7E; }
a { background-color: rgb(167,189,126); }
div.DivClassName
{
background-color: #A7BD7E;
}
.BgClassName
{
background-color: #A7BD7E;
}
</style>
border-color css
<style>
span { border-color: #A7BD7E; }
span { border-color: rgb(167,189,126); }
td.TdClassName
{
border-color: #A7BD7E;
}
.TagClassName
{
border-color: #A7BD7E;
}
</style>