#A6D193

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

Shades of Gossip #A6D193

Tints of Gossip #A6D193

Color information

#A6D193 (or 0xA6D193) is unknown color: approx Gossip. HEX triplet: A6, D1 and 93. RGB value is (166,209,147). Sum of RGB (Red+Green+Blue) = 166+209+147=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D193 is #592E6C. Grayscale: #BDBDBD. Windows color (decimal): -5844589 or 9687462. OLE color: 9687462.

HSL color Cylindrical-coordinate representation of color #A6D193: hue angle of 101.61º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6D193 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB166209147-
CMYK0.2100.300.18
HSL101.61º40.26%69.8%-
HSV(B)101.61º29.67%81.96%-
XYZ43.7955.8136.07-
YUV189.08104.25111.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=31.80%
G=40.04%
B=28.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662091470.2100.300.18101.6140.2669.8
HexA6D1931501E12662846
Octal246321223250362214650106
Binary101001101101000110010011101010111101001011001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D193; }

 p { color: rgb(166,209,147); }

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

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

 a { background-color: rgb(166,209,147); }

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

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

 span { border-color: rgb(166,209,147); }

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