#A6D194

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

Shades of Gossip #A6D194

Tints of Gossip #A6D194

Color information

#A6D194 (or 0xA6D194) is unknown color: approx Gossip. HEX triplet: A6, D1 and 94. RGB value is (166,209,148). Sum of RGB (Red+Green+Blue) = 166+209+148=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D194 is #592E6B. Grayscale: #BDBDBD. Windows color (decimal): -5844588 or 9752998. OLE color: 9752998.

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

Color convert

RGB166209148-
CMYK0.2100.290.18
HSL102.3º39.87%70%-
HSV(B)102.3º29.19%81.96%-
XYZ43.8755.8536.48-
YUV189.19104.75111.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=31.74%
G=39.96%
B=28.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662091480.2100.290.18102.339.8770
HexA6D1941501D12662846
Octal246321224250352214650106
Binary101001101101000110010100101010111011001011001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D194; }

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

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

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

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

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

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

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

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