#A8BA88

Color #A8BA88 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A8BA88

Tints of Caper #A8BA88

Color information

#A8BA88 (or 0xA8BA88) is unknown color: approx Caper. HEX triplet: A8, BA and 88. RGB value is (168,186,136). Sum of RGB (Red+Green+Blue) = 168+186+136=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA88 is #574577. Grayscale: #AFAFAF. Windows color (decimal): -5719416 or 8960680. OLE color: 8960680.

HSL color Cylindrical-coordinate representation of color #A8BA88: hue angle of 81.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8BA88 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB168186136-
CMYK0.1000.270.27
HSL81.6º26.6%63.14%-
HSV(B)81.6º26.88%72.94%-
XYZ38.1545.2230.01-
YUV174.92106.04123.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=34.29%
G=37.96%
B=27.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861360.1000.270.2781.626.663.14
HexA8BA88A01B1B521b3f
Octal25027221012033331223377
Binary101010001011101010001000101001101111011101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA88; }

 p { color: rgb(168,186,136); }

 H1.HeaderClassName
 {
   color: #A8BA88;
 }
 .AnyTagClassName
 {
   color: #A8BA88;
 }
</style>
background-color css

<style>
 a { background-color: #A8BA88; }

 a { background-color: rgb(168,186,136); }

 div.DivClassName
 {
   background-color: #A8BA88;
 }
 .BgClassName
 {
   background-color: #A8BA88;
 }
</style>
border-color css

<style>
 span { border-color: #A8BA88; }

 span { border-color: rgb(168,186,136); }

 td.TdClassName
 {
   border-color: #A8BA88;
 }
 .TagClassName
 {
   border-color: #A8BA88;
 }
</style>