Shades of Caper #A7BD76
Tints of Caper #A7BD76
RGB
CMYK
RGB Variations
Color information
#A7BD76 (or 0xA7BD76) is known color: Caper. HEX triplet: A7, BD and 76. RGB value is (167,189,118). Sum of RGB (Red+Green+Blue) = 167+189+118=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD76 is #584289. Grayscale: #AEAEAE. Windows color (decimal): -5784202 or 7781799. OLE color: 7781799.
HSL color Cylindrical-coordinate representation of color #A7BD76: hue angle of 78.59º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7BD76 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 118 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.26 |
| HSL | 78.59º | 0.35% | 0.6% | - |
| HSV(B) | 78.59º | 0.38% | 0.74% | - |
| XYZ | 37.4 | 45.92 | 24.03 | - |
| YUV | 174.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 118 | 0.12 | 0 | 0.38 | 0.26 | 78.59 | 0.35 | 0.6 |
| Hex | A7 | BD | 76 | C | 0 | 26 | 1A | 4F | 23 | 3C |
| Octal | 247 | 275 | 166 | 14 | 0 | 46 | 32 | 117 | 43 | 74 |
| Binary | 10100111 | 10111101 | 1110110 | 1100 | 0 | 100110 | 11010 | 1001111 | 100011 | 111100 |
Color Harmonies of #A7BD76
Complementary color
Monochromatic Colors of #A7BD76
Black with #A7BD76
Text Example
Text Example
White with #A7BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD76; }
p { color: rgb(167,189,118); }
H1.HeaderClassName
{
color: #A7BD76;
}
.AnyTagClassName
{
color: #A7BD76;
}
</style>
background-color css
<style>
a { background-color: #A7BD76; }
a { background-color: rgb(167,189,118); }
div.DivClassName
{
background-color: #A7BD76;
}
.BgClassName
{
background-color: #A7BD76;
}
</style>
border-color css
<style>
span { border-color: #A7BD76; }
span { border-color: rgb(167,189,118); }
td.TdClassName
{
border-color: #A7BD76;
}
.TagClassName
{
border-color: #A7BD76;
}
</style>