#A6D396

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

Shades of Gossip #A6D396

Tints of Gossip #A6D396

Color information

#A6D396 (or 0xA6D396) is unknown color: approx Gossip. HEX triplet: A6, D3 and 96. RGB value is (166,211,150). Sum of RGB (Red+Green+Blue) = 166+211+150=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D396 is #592C69. Grayscale: #BEBEBE. Windows color (decimal): -5844074 or 9884582. OLE color: 9884582.

HSL color Cylindrical-coordinate representation of color #A6D396: hue angle of 104.26º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6D396 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB166211150-
CMYK0.2100.290.17
HSL104.26º40.94%70.78%-
HSV(B)104.26º28.91%82.75%-
XYZ44.5356.937.49-
YUV190.59105.09110.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=31.50%
G=40.04%
B=28.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662111500.2100.290.17104.2640.9470.78
HexA6D3961501D11682947
Octal246323226250352115051107
Binary101001101101001110010110101010111011000111010001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D396; }

 p { color: rgb(166,211,150); }

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

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

 a { background-color: rgb(166,211,150); }

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

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

 span { border-color: rgb(166,211,150); }

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