Shades of Caper #A7BC7B
Tints of Caper #A7BC7B
RGB
CMYK
RGB Variations
Color information
#A7BC7B (or 0xA7BC7B) is known color: Caper. HEX triplet: A7, BC and 7B. RGB value is (167,188,123). Sum of RGB (Red+Green+Blue) = 167+188+123=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BC7B is #584384. Grayscale: #AEAEAE. Windows color (decimal): -5784453 or 8109223. OLE color: 8109223.
HSL color Cylindrical-coordinate representation of color #A7BC7B: hue angle of 79.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7BC7B is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 123 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.26 |
| HSL | 79.38º | 0.33% | 0.61% | - |
| HSV(B) | 79.38º | 0.35% | 0.74% | - |
| XYZ | 37.49 | 45.61 | 25.57 | - |
| YUV | 174.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 123 | 0.11 | 0 | 0.35 | 0.26 | 79.38 | 0.33 | 0.61 |
| Hex | A7 | BC | 7B | B | 0 | 23 | 1A | 4F | 21 | 3D |
| Octal | 247 | 274 | 173 | 13 | 0 | 43 | 32 | 117 | 41 | 75 |
| Binary | 10100111 | 10111100 | 1111011 | 1011 | 0 | 100011 | 11010 | 1001111 | 100001 | 111101 |
Color Harmonies of #A7BC7B
Complementary color
Monochromatic Colors of #A7BC7B
Black with #A7BC7B
Text Example
Text Example
White with #A7BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC7B; }
p { color: rgb(167,188,123); }
H1.HeaderClassName
{
color: #A7BC7B;
}
.AnyTagClassName
{
color: #A7BC7B;
}
</style>
background-color css
<style>
a { background-color: #A7BC7B; }
a { background-color: rgb(167,188,123); }
div.DivClassName
{
background-color: #A7BC7B;
}
.BgClassName
{
background-color: #A7BC7B;
}
</style>
border-color css
<style>
span { border-color: #A7BC7B; }
span { border-color: rgb(167,188,123); }
td.TdClassName
{
border-color: #A7BC7B;
}
.TagClassName
{
border-color: #A7BC7B;
}
</style>