Shades of Caper #A8BA76
Tints of Caper #A8BA76
RGB
CMYK
RGB Variations
Color information
#A8BA76 (or 0xA8BA76) is known color: Caper. HEX triplet: A8, BA and 76. RGB value is (168,186,118). Sum of RGB (Red+Green+Blue) = 168+186+118=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA76 is #574589. Grayscale: #ADADAD. Windows color (decimal): -5719434 or 7781032. OLE color: 7781032.
HSL color Cylindrical-coordinate representation of color #A8BA76: hue angle of 75.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8BA76 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 118 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.27 |
| HSL | 75.88º | 0.33% | 0.6% | - |
| HSV(B) | 75.88º | 0.37% | 0.73% | - |
| XYZ | 36.98 | 44.75 | 23.83 | - |
| YUV | 172.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 118 | 0.10 | 0 | 0.37 | 0.27 | 75.88 | 0.33 | 0.6 |
| Hex | A8 | BA | 76 | A | 0 | 25 | 1B | 4C | 21 | 3C |
| Octal | 250 | 272 | 166 | 12 | 0 | 45 | 33 | 114 | 41 | 74 |
| Binary | 10101000 | 10111010 | 1110110 | 1010 | 0 | 100101 | 11011 | 1001100 | 100001 | 111100 |
Color Harmonies of #A8BA76
Complementary color
Monochromatic Colors of #A8BA76
Black with #A8BA76
Text Example
Text Example
White with #A8BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA76; }
p { color: rgb(168,186,118); }
H1.HeaderClassName
{
color: #A8BA76;
}
.AnyTagClassName
{
color: #A8BA76;
}
</style>
background-color css
<style>
a { background-color: #A8BA76; }
a { background-color: rgb(168,186,118); }
div.DivClassName
{
background-color: #A8BA76;
}
.BgClassName
{
background-color: #A8BA76;
}
</style>
border-color css
<style>
span { border-color: #A8BA76; }
span { border-color: rgb(168,186,118); }
td.TdClassName
{
border-color: #A8BA76;
}
.TagClassName
{
border-color: #A8BA76;
}
</style>