#A6BA82

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

Shades of Caper #A6BA82

Tints of Caper #A6BA82

Color information

#A6BA82 (or 0xA6BA82) is unknown color: approx Caper. HEX triplet: A6, BA and 82. RGB value is (166,186,130). Sum of RGB (Red+Green+Blue) = 166+186+130=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA82 is #59457D. Grayscale: #ADADAD. Windows color (decimal): -5850494 or 8567462. OLE color: 8567462.

HSL color Cylindrical-coordinate representation of color #A6BA82: hue angle of 81.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6BA82 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB166186130-
CMYK0.1100.300.27
HSL81.43º28.87%61.96%-
HSV(B)81.43º30.11%72.94%-
XYZ37.3144.8427.81-
YUV173.64103.37122.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=34.44%
G=38.59%
B=26.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861300.1100.300.2781.4328.8761.96
HexA6BA82B01E1B511d3e
Octal24627220213036331213576
Binary101001101011101010000010101101111011011101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA82; }

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

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

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

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

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

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

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

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