#A6D292

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

Shades of Gossip #A6D292

Tints of Gossip #A6D292

Color information

#A6D292 (or 0xA6D292) is unknown color: approx Gossip. HEX triplet: A6, D2 and 92. RGB value is (166,210,146). Sum of RGB (Red+Green+Blue) = 166+210+146=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D292 is #592D6D. Grayscale: #BDBDBD. Windows color (decimal): -5844334 or 9622182. OLE color: 9622182.

HSL color Cylindrical-coordinate representation of color #A6D292: hue angle of 101.25º degrees, saturation: 0.42, 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 #A6D292 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB166210146-
CMYK0.2100.300.18
HSL101.25º41.56%69.8%-
HSV(B)101.25º30.48%82.35%-
XYZ43.9656.2835.74-
YUV189.55103.42111.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 210 (82.42% from 255) = 40.23%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=31.80%
G=40.23%
B=27.97%

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
Decimal1662101460.2100.300.18101.2541.5669.8
HexA6D2921501E12652a46
Octal246322222250362214552106
Binary101001101101001010010010101010111101001011001011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D292; }

 p { color: rgb(166,210,146); }

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

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

 a { background-color: rgb(166,210,146); }

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

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

 span { border-color: rgb(166,210,146); }

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