#9BD977

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

Shades of Gossip #9BD977

Tints of Gossip #9BD977

Color information

#9BD977 (or 0x9BD977) is unknown color: approx Gossip. HEX triplet: 9B, D9 and 77. RGB value is (155,217,119). Sum of RGB (Red+Green+Blue) = 155+217+119=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD977 is #642688. Grayscale: #BBBBBB. Windows color (decimal): -6563465 or 7854491. OLE color: 7854491.

HSL color Cylindrical-coordinate representation of color #9BD977: hue angle of 97.96º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BD977 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB155217119-
CMYK0.2900.450.15
HSL97.96º56.32%65.88%-
HSV(B)97.96º45.16%85.1%-
XYZ41.6657.9326.44-
YUV187.2989.46104.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=31.57%
G=44.20%
B=24.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171190.2900.450.1597.9656.3265.88
Hex9BD9771D02DF623842
Octal233331167350551714270102
Binary10011011110110011110111111010101101111111000101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,119); }

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

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

 a { background-color: rgb(155,217,119); }

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

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

 span { border-color: rgb(155,217,119); }

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