#A6C682

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

Shades of Caper #A6C682

Tints of Caper #A6C682

Color information

#A6C682 (or 0xA6C682) is unknown color: approx Caper. HEX triplet: A6, C6 and 82. RGB value is (166,198,130). Sum of RGB (Red+Green+Blue) = 166+198+130=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C682 is #59397D. Grayscale: #B4B4B4. Windows color (decimal): -5847422 or 8570534. OLE color: 8570534.

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

Color convert

RGB166198130-
CMYK0.1600.340.22
HSL88.24º37.36%64.31%-
HSV(B)88.24º34.34%77.65%-
XYZ39.9550.1128.69-
YUV180.6899.4117.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=33.60%
G=40.08%
B=26.32%

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
Decimal1661981300.1600.340.2288.2437.3664.31
HexA6C6821002216582540
Octal246306202200422613045100
Binary1010011011000110100000101000001000101011010110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C682; }

 p { color: rgb(166,198,130); }

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

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

 a { background-color: rgb(166,198,130); }

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

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

 span { border-color: rgb(166,198,130); }

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