#A6C382

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

Shades of Caper #A6C382

Tints of Caper #A6C382

Color information

#A6C382 (or 0xA6C382) is unknown color: approx Caper. HEX triplet: A6, C3 and 82. RGB value is (166,195,130). Sum of RGB (Red+Green+Blue) = 166+195+130=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C382 is #593C7D. Grayscale: #B3B3B3. Windows color (decimal): -5848190 or 8569766. OLE color: 8569766.

HSL color Cylindrical-coordinate representation of color #A6C382: hue angle of 86.77º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6C382 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB166195130-
CMYK0.1500.330.24
HSL86.77º35.14%63.73%-
HSV(B)86.77º33.33%76.47%-
XYZ39.2748.7528.46-
YUV178.92100.39118.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=33.81%
G=39.71%
B=26.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951300.1500.330.2486.7735.1463.73
HexA6C382F02118572340
Octal246303202170413012743100
Binary101001101100001110000010111101000011100010101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C382; }

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

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

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

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

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

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

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

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