#A6C182

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

Shades of Caper #A6C182

Tints of Caper #A6C182

Color information

#A6C182 (or 0xA6C182) is unknown color: approx Caper. HEX triplet: A6, C1 and 82. RGB value is (166,193,130). Sum of RGB (Red+Green+Blue) = 166+193+130=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C182 is #593E7D. Grayscale: #B1B1B1. Windows color (decimal): -5848702 or 8569254. OLE color: 8569254.

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

Color convert

RGB166193130-
CMYK0.1400.330.24
HSL85.71º33.69%63.33%-
HSV(B)85.71º32.64%75.69%-
XYZ38.8347.8628.31-
YUV177.74101.05119.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=33.95%
G=39.47%
B=26.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931300.1400.330.2485.7133.6963.33
HexA6C182E0211856223f
Octal24630120216041301264277
Binary10100110110000011000001011100100001110001010110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C182; }

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

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

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

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

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

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

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

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