#A9C080

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

Shades of Caper #A9C080

Tints of Caper #A9C080

Color information

#A9C080 (or 0xA9C080) is unknown color: approx Caper. HEX triplet: A9, C0 and 80. RGB value is (169,192,128). Sum of RGB (Red+Green+Blue) = 169+192+128=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C080 is #563F7F. Grayscale: #B2B2B2. Windows color (decimal): -5652352 or 8437929. OLE color: 8437929.

HSL color Cylindrical-coordinate representation of color #A9C080: hue angle of 81.56º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9C080 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB169192128-
CMYK0.1200.330.25
HSL81.56º33.68%62.75%-
HSV(B)81.56º33.33%75.29%-
XYZ39.1147.6927.57-
YUV177.8399.88121.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=34.56%
G=39.26%
B=26.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921280.1200.330.2581.5633.6862.75
HexA9C080C0211952223f
Octal25130020014041311224277
Binary10101001110000001000000011000100001110011010010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C080; }

 p { color: rgb(169,192,128); }

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

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

 a { background-color: rgb(169,192,128); }

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

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

 span { border-color: rgb(169,192,128); }

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