Shades of Caper #A8BA73
Tints of Caper #A8BA73
RGB
CMYK
RGB Variations
Color information
#A8BA73 (or 0xA8BA73) is known color: Caper. HEX triplet: A8, BA and 73. RGB value is (168,186,115). Sum of RGB (Red+Green+Blue) = 168+186+115=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA73 is #57458C. Grayscale: #ACACAC. Windows color (decimal): -5719437 or 7584424. OLE color: 7584424.
HSL color Cylindrical-coordinate representation of color #A8BA73: hue angle of 75.21º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8BA73 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 115 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.27 |
| HSL | 75.21º | 0.34% | 0.59% | - |
| HSV(B) | 75.21º | 0.38% | 0.73% | - |
| XYZ | 36.8 | 44.68 | 22.9 | - |
| YUV | 172.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 115 | 0.10 | 0 | 0.38 | 0.27 | 75.21 | 0.34 | 0.59 |
| Hex | A8 | BA | 73 | A | 0 | 26 | 1B | 4B | 22 | 3B |
| Octal | 250 | 272 | 163 | 12 | 0 | 46 | 33 | 113 | 42 | 73 |
| Binary | 10101000 | 10111010 | 1110011 | 1010 | 0 | 100110 | 11011 | 1001011 | 100010 | 111011 |
Color Harmonies of #A8BA73
Complementary color
Monochromatic Colors of #A8BA73
Black with #A8BA73
Text Example
Text Example
White with #A8BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA73; }
p { color: rgb(168,186,115); }
H1.HeaderClassName
{
color: #A8BA73;
}
.AnyTagClassName
{
color: #A8BA73;
}
</style>
background-color css
<style>
a { background-color: #A8BA73; }
a { background-color: rgb(168,186,115); }
div.DivClassName
{
background-color: #A8BA73;
}
.BgClassName
{
background-color: #A8BA73;
}
</style>
border-color css
<style>
span { border-color: #A8BA73; }
span { border-color: rgb(168,186,115); }
td.TdClassName
{
border-color: #A8BA73;
}
.TagClassName
{
border-color: #A8BA73;
}
</style>