#9BC980

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

Shades of Gossip #9BC980

Tints of Gossip #9BC980

Color information

#9BC980 (or 0x9BC980) is unknown color: approx Gossip. HEX triplet: 9B, C9 and 80. RGB value is (155,201,128). Sum of RGB (Red+Green+Blue) = 155+201+128=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC980 is #64367F. Grayscale: #B3B3B3. Windows color (decimal): -6567552 or 8440219. OLE color: 8440219.

HSL color Cylindrical-coordinate representation of color #9BC980: hue angle of 97.81º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC980 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB155201128-
CMYK0.2300.360.21
HSL97.81º40.33%64.51%-
HSV(B)97.81º36.32%78.82%-
XYZ38.350.328.11-
YUV178.9299.26110.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 201 (78.91% from 255) = 41.53%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=32.02%
G=41.53%
B=26.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552011280.2300.360.2197.8140.3364.51
Hex9BC9801702415622841
Octal233311200270442514250101
Binary1001101111001001100000001011101001001010111000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,201,128); }

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

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

 a { background-color: rgb(155,201,128); }

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

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

 span { border-color: rgb(155,201,128); }

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