#9BC979

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

Shades of Gossip #9BC979

Tints of Gossip #9BC979

Color information

#9BC979 (or 0x9BC979) is unknown color: approx Gossip. HEX triplet: 9B, C9 and 79. RGB value is (155,201,121). Sum of RGB (Red+Green+Blue) = 155+201+121=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC979 is #643686. Grayscale: #B2B2B2. Windows color (decimal): -6567559 or 7981467. OLE color: 7981467.

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

Color convert

RGB155201121-
CMYK0.2300.400.21
HSL94.5º42.55%63.14%-
HSV(B)94.5º39.8%78.82%-
XYZ37.8650.1225.77-
YUV178.1395.76111.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 201 (78.91% from 255) = 42.14%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=32.49%
G=42.14%
B=25.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552011210.2300.400.2194.542.5563.14
Hex9BC97917028155e2b3f
Octal23331117127050251365377
Binary10011011110010011111001101110101000101011011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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