Shades of Caper #A7BC7C
Tints of Caper #A7BC7C
RGB
CMYK
RGB Variations
Color information
#A7BC7C (or 0xA7BC7C) is known color: Caper. HEX triplet: A7, BC and 7C. RGB value is (167,188,124). Sum of RGB (Red+Green+Blue) = 167+188+124=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BC7C is #584383. Grayscale: #AEAEAE. Windows color (decimal): -5784452 or 8174759. OLE color: 8174759.
HSL color Cylindrical-coordinate representation of color #A7BC7C: hue angle of 79.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7BC7C is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 124 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.26 |
| HSL | 79.69º | 0.32% | 0.61% | - |
| HSV(B) | 79.69º | 0.34% | 0.74% | - |
| XYZ | 37.56 | 45.64 | 25.9 | - |
| YUV | 174.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 124 | 0.11 | 0 | 0.34 | 0.26 | 79.69 | 0.32 | 0.61 |
| Hex | A7 | BC | 7C | B | 0 | 22 | 1A | 50 | 20 | 3D |
| Octal | 247 | 274 | 174 | 13 | 0 | 42 | 32 | 120 | 40 | 75 |
| Binary | 10100111 | 10111100 | 1111100 | 1011 | 0 | 100010 | 11010 | 1010000 | 100000 | 111101 |
Color Harmonies of #A7BC7C
Complementary color
Monochromatic Colors of #A7BC7C
Black with #A7BC7C
Text Example
Text Example
White with #A7BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC7C; }
p { color: rgb(167,188,124); }
H1.HeaderClassName
{
color: #A7BC7C;
}
.AnyTagClassName
{
color: #A7BC7C;
}
</style>
background-color css
<style>
a { background-color: #A7BC7C; }
a { background-color: rgb(167,188,124); }
div.DivClassName
{
background-color: #A7BC7C;
}
.BgClassName
{
background-color: #A7BC7C;
}
</style>
border-color css
<style>
span { border-color: #A7BC7C; }
span { border-color: rgb(167,188,124); }
td.TdClassName
{
border-color: #A7BC7C;
}
.TagClassName
{
border-color: #A7BC7C;
}
</style>