#A9BD87

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

Shades of Caper #A9BD87

Tints of Caper #A9BD87

Color information

#A9BD87 (or 0xA9BD87) is unknown color: approx Caper. HEX triplet: A9, BD and 87. RGB value is (169,189,135). Sum of RGB (Red+Green+Blue) = 169+189+135=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD87 is #564278. Grayscale: #B1B1B1. Windows color (decimal): -5653113 or 8895913. OLE color: 8895913.

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

Color convert

RGB169189135-
CMYK0.1100.290.26
HSL82.22º29.03%63.53%-
HSV(B)82.22º28.57%74.12%-
XYZ38.9346.5829.86-
YUV176.86104.37122.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=34.28%
G=38.34%
B=27.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691891350.1100.290.2682.2229.0363.53
HexA9BD87B01D1A521d40
Octal251275207130353212235100
Binary1010100110111101100001111011011101110101010010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD87; }

 p { color: rgb(169,189,135); }

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

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

 a { background-color: rgb(169,189,135); }

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

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

 span { border-color: rgb(169,189,135); }

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