#A6C178

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

Shades of Caper #A6C178

Tints of Caper #A6C178

Color information

#A6C178 (or 0xA6C178) is unknown color: approx Caper. HEX triplet: A6, C1 and 78. RGB value is (166,193,120). Sum of RGB (Red+Green+Blue) = 166+193+120=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C178 is #593E87. Grayscale: #B0B0B0. Windows color (decimal): -5848712 or 7913894. OLE color: 7913894.

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

Color convert

RGB166193120-
CMYK0.1400.380.24
HSL82.19º37.06%61.37%-
HSV(B)82.19º37.82%75.69%-
XYZ38.1947.624.94-
YUV176.696.05120.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=34.66%
G=40.29%
B=25.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931200.1400.380.2482.1937.0661.37
HexA6C178E0261852253d
Octal24630117016046301224575
Binary1010011011000001111100011100100110110001010010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C178; }

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

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

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

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

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

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

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

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