#A0C886

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

Shades of Gossip #A0C886

Tints of Gossip #A0C886

Color information

#A0C886 (or 0xA0C886) is unknown color: approx Gossip. HEX triplet: A0, C8 and 86. RGB value is (160,200,134). Sum of RGB (Red+Green+Blue) = 160+200+134=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C886 is #5F3779. Grayscale: #B4B4B4. Windows color (decimal): -6240122 or 8833184. OLE color: 8833184.

HSL color Cylindrical-coordinate representation of color #A0C886: hue angle of 96.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C886 is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB160200134-
CMYK0.200.330.22
HSL96.36º37.5%65.49%-
HSV(B)96.36º33%78.43%-
XYZ39.4550.530.22-
YUV180.52101.75113.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=32.39%
G=40.49%
B=27.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001340.200.330.2296.3637.565.49
HexA0C8861402116602641
Octal240310206240412614046101
Binary1010000011001000100001101010001000011011011000001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C886; }

 p { color: rgb(160,200,134); }

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

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

 a { background-color: rgb(160,200,134); }

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

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

 span { border-color: rgb(160,200,134); }

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