#A9C885

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

Shades of Caper #A9C885

Tints of Caper #A9C885

Color information

#A9C885 (or 0xA9C885) is unknown color: approx Caper. HEX triplet: A9, C8 and 85. RGB value is (169,200,133). Sum of RGB (Red+Green+Blue) = 169+200+133=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C885 is #56377A. Grayscale: #B7B7B7. Windows color (decimal): -5650299 or 8767657. OLE color: 8767657.

HSL color Cylindrical-coordinate representation of color #A9C885: hue angle of 87.76º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9C885 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB169200133-
CMYK0.1600.340.22
HSL87.76º37.85%65.29%-
HSV(B)87.76º33.5%78.43%-
XYZ41.2551.4429.94-
YUV183.0999.73117.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=33.67%
G=39.84%
B=26.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1692001330.1600.340.2287.7637.8565.29
HexA9C8851002216582641
Octal251310205200422613046101
Binary1010100111001000100001011000001000101011010110001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C885; }

 p { color: rgb(169,200,133); }

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

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

 a { background-color: rgb(169,200,133); }

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

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

 span { border-color: rgb(169,200,133); }

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