#A6C180

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

Shades of Caper #A6C180

Tints of Caper #A6C180

Color information

#A6C180 (or 0xA6C180) is unknown color: approx Caper. HEX triplet: A6, C1 and 80. RGB value is (166,193,128). Sum of RGB (Red+Green+Blue) = 166+193+128=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C180 is #593E7F. Grayscale: #B1B1B1. Windows color (decimal): -5848704 or 8438182. OLE color: 8438182.

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

Color convert

RGB166193128-
CMYK0.1400.340.24
HSL84.92º34.39%62.94%-
HSV(B)84.92º33.68%75.69%-
XYZ38.6947.8127.61-
YUV177.52100.05119.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=34.09%
G=39.63%
B=26.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931280.1400.340.2484.9234.3962.94
HexA6C180E0221855223f
Octal24630120016042301254277
Binary10100110110000011000000011100100010110001010101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C180; }

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

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

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

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

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

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

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

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