#A6CD8E

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

Shades of Gossip #A6CD8E

Tints of Gossip #A6CD8E

Color information

#A6CD8E (or 0xA6CD8E) is unknown color: approx Gossip. HEX triplet: A6, CD and 8E. RGB value is (166,205,142). Sum of RGB (Red+Green+Blue) = 166+205+142=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CD8E is #593271. Grayscale: #BABABA. Windows color (decimal): -5845618 or 9358758. OLE color: 9358758.

HSL color Cylindrical-coordinate representation of color #A6CD8E: hue angle of 97.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CD8E is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB166205142-
CMYK0.1900.310.20
HSL97.14º38.65%68.04%-
HSV(B)97.14º30.73%80.39%-
XYZ42.4453.7233.72-
YUV186.16103.08113.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=32.36%
G=39.96%
B=27.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051420.1900.310.2097.1438.6568.04
HexA6CD8E1301F14612744
Octal246315216230372414147104
Binary101001101100110110001110100110111111010011000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CD8E; }

 p { color: rgb(166,205,142); }

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

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

 a { background-color: rgb(166,205,142); }

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

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

 span { border-color: rgb(166,205,142); }

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