#A9C582

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

Shades of Caper #A9C582

Tints of Caper #A9C582

Color information

#A9C582 (or 0xA9C582) is unknown color: approx Caper. HEX triplet: A9, C5 and 82. RGB value is (169,197,130). Sum of RGB (Red+Green+Blue) = 169+197+130=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C582 is #563A7D. Grayscale: #B5B5B5. Windows color (decimal): -5651070 or 8570281. OLE color: 8570281.

HSL color Cylindrical-coordinate representation of color #A9C582: hue angle of 85.07º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9C582 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB169197130-
CMYK0.1400.340.23
HSL85.07º36.61%64.12%-
HSV(B)85.07º34.01%77.25%-
XYZ40.3649.9828.64-
YUV180.9999.22119.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=34.07%
G=39.72%
B=26.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971300.1400.340.2385.0736.6164.12
HexA9C582E02217552540
Octal251305202160422712545100
Binary101010011100010110000010111001000101011110101011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C582; }

 p { color: rgb(169,197,130); }

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

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

 a { background-color: rgb(169,197,130); }

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

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

 span { border-color: rgb(169,197,130); }

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