Shades of Caper #A8BA7C
Tints of Caper #A8BA7C
RGB
CMYK
RGB Variations
Color information
#A8BA7C (or 0xA8BA7C) is known color: Caper. HEX triplet: A8, BA and 7C. RGB value is (168,186,124). Sum of RGB (Red+Green+Blue) = 168+186+124=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA7C is #574583. Grayscale: #ADADAD. Windows color (decimal): -5719428 or 8174248. OLE color: 8174248.
HSL color Cylindrical-coordinate representation of color #A8BA7C: hue angle of 77.42º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BA7C is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 124 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.27 |
| HSL | 77.42º | 0.31% | 0.61% | - |
| HSV(B) | 77.42º | 0.33% | 0.73% | - |
| XYZ | 37.35 | 44.9 | 25.77 | - |
| YUV | 173.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 124 | 0.10 | 0 | 0.33 | 0.27 | 77.42 | 0.31 | 0.61 |
| Hex | A8 | BA | 7C | A | 0 | 21 | 1B | 4D | 1F | 3D |
| Octal | 250 | 272 | 174 | 12 | 0 | 41 | 33 | 115 | 37 | 75 |
| Binary | 10101000 | 10111010 | 1111100 | 1010 | 0 | 100001 | 11011 | 1001101 | 11111 | 111101 |
Color Harmonies of #A8BA7C
Complementary color
Monochromatic Colors of #A8BA7C
Black with #A8BA7C
Text Example
Text Example
White with #A8BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA7C; }
p { color: rgb(168,186,124); }
H1.HeaderClassName
{
color: #A8BA7C;
}
.AnyTagClassName
{
color: #A8BA7C;
}
</style>
background-color css
<style>
a { background-color: #A8BA7C; }
a { background-color: rgb(168,186,124); }
div.DivClassName
{
background-color: #A8BA7C;
}
.BgClassName
{
background-color: #A8BA7C;
}
</style>
border-color css
<style>
span { border-color: #A8BA7C; }
span { border-color: rgb(168,186,124); }
td.TdClassName
{
border-color: #A8BA7C;
}
.TagClassName
{
border-color: #A8BA7C;
}
</style>