#9BD97C

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

Shades of Gossip #9BD97C

Tints of Gossip #9BD97C

Color information

#9BD97C (or 0x9BD97C) is unknown color: approx Gossip. HEX triplet: 9B, D9 and 7C. RGB value is (155,217,124). Sum of RGB (Red+Green+Blue) = 155+217+124=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD97C is #642683. Grayscale: #BCBCBC. Windows color (decimal): -6563460 or 8182171. OLE color: 8182171.

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

Color convert

RGB155217124-
CMYK0.2900.430.15
HSL100º55.03%66.86%-
HSV(B)100º42.86%85.1%-
XYZ41.9758.0528.06-
YUV187.8691.96104.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 124 (48.83% from 255) = 25%
R=31.25%
G=43.75%
B=25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171240.2900.430.1510055.0366.86
Hex9BD97C1D02BF643743
Octal233331174350531714467103
Binary10011011110110011111100111010101011111111001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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