#A6CE95

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

Shades of Gossip #A6CE95

Tints of Gossip #A6CE95

Color information

#A6CE95 (or 0xA6CE95) is unknown color: approx Gossip. HEX triplet: A6, CE and 95. RGB value is (166,206,149). Sum of RGB (Red+Green+Blue) = 166+206+149=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CE95 is #59316A. Grayscale: #BBBBBB. Windows color (decimal): -5845355 or 9817766. OLE color: 9817766.

HSL color Cylindrical-coordinate representation of color #A6CE95: hue angle of 102.11º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6CE95 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB166206149-
CMYK0.1900.280.19
HSL102.11º36.77%69.61%-
HSV(B)102.11º27.67%80.78%-
XYZ43.2254.4236.66-
YUV187.54106.25112.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=31.86%
G=39.54%
B=28.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061490.1900.280.19102.1136.7769.61
HexA6CE951301C13662546
Octal246316225230342314645106
Binary101001101100111010010101100110111001001111001101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CE95; }

 p { color: rgb(166,206,149); }

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

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

 a { background-color: rgb(166,206,149); }

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

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

 span { border-color: rgb(166,206,149); }

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