#A8BC87

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

Shades of Caper #A8BC87

Tints of Caper #A8BC87

Color information

#A8BC87 (or 0xA8BC87) is unknown color: approx Caper. HEX triplet: A8, BC and 87. RGB value is (168,188,135). Sum of RGB (Red+Green+Blue) = 168+188+135=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC87 is #574378. Grayscale: #B0B0B0. Windows color (decimal): -5718905 or 8895656. OLE color: 8895656.

HSL color Cylindrical-coordinate representation of color #A8BC87: hue angle of 82.64º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8BC87 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB168188135-
CMYK0.1100.280.26
HSL82.64º28.34%63.33%-
HSV(B)82.64º28.19%73.73%-
XYZ38.546.0429.78-
YUV175.98104.87122.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=34.22%
G=38.29%
B=27.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881350.1100.280.2682.6428.3463.33
HexA8BC87B01C1A531c3f
Octal25027420713034321233477
Binary101010001011110010000111101101110011010101001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC87; }

 p { color: rgb(168,188,135); }

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

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

 a { background-color: rgb(168,188,135); }

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

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

 span { border-color: rgb(168,188,135); }

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