#9BC883

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

Shades of Gossip #9BC883

Tints of Gossip #9BC883

Color information

#9BC883 (or 0x9BC883) is unknown color: approx Gossip. HEX triplet: 9B, C8 and 83. RGB value is (155,200,131). Sum of RGB (Red+Green+Blue) = 155+200+131=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC883 is #64377C. Grayscale: #B2B2B2. Windows color (decimal): -6567805 or 8636571. OLE color: 8636571.

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

Color convert

RGB155200131-
CMYK0.2200.340.22
HSL99.13º38.55%64.9%-
HSV(B)99.13º34.5%78.43%-
XYZ38.2749.9229.09-
YUV178.68101.09111.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.89%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=31.89%
G=41.15%
B=26.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001310.2200.340.2299.1338.5564.9
Hex9BC8831602216632741
Octal233310203260422614347101
Binary1001101111001000100000111011001000101011011000111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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