#9BC886

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

Shades of Gossip #9BC886

Tints of Gossip #9BC886

Color information

#9BC886 (or 0x9BC886) is unknown color: approx Gossip. HEX triplet: 9B, C8 and 86. RGB value is (155,200,134). Sum of RGB (Red+Green+Blue) = 155+200+134=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC886 is #643779. Grayscale: #B3B3B3. Windows color (decimal): -6567802 or 8833179. OLE color: 8833179.

HSL color Cylindrical-coordinate representation of color #9BC886: hue angle of 100.91º 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 #9BC886 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB155200134-
CMYK0.2200.330.22
HSL100.91º37.5%65.49%-
HSV(B)100.91º33%78.43%-
XYZ38.475030.18-
YUV179.02102.59110.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=31.70%
G=40.90%
B=27.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001340.2200.330.22100.9137.565.49
Hex9BC8861602116652641
Octal233310206260412614546101
Binary1001101111001000100001101011001000011011011001011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BC886; }

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

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

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

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

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

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

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

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