#9BD178

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

Shades of Gossip #9BD178

Tints of Gossip #9BD178

Color information

#9BD178 (or 0x9BD178) is unknown color: approx Gossip. HEX triplet: 9B, D1 and 78. RGB value is (155,209,120). Sum of RGB (Red+Green+Blue) = 155+209+120=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD178 is #642E87. Grayscale: #B7B7B7. Windows color (decimal): -6565512 or 7917979. OLE color: 7917979.

HSL color Cylindrical-coordinate representation of color #9BD178: hue angle of 96.4º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BD178 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB155209120-
CMYK0.2600.430.18
HSL96.4º49.17%64.51%-
HSV(B)96.4º42.58%81.96%-
XYZ39.7153.9326.09-
YUV182.7192.61108.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=32.02%
G=43.18%
B=24.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552091200.2600.430.1896.449.1764.51
Hex9BD1781A02B12603141
Octal233321170320532214061101
Binary100110111101000111110001101001010111001011000001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,209,120); }

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

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

 a { background-color: rgb(155,209,120); }

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

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

 span { border-color: rgb(155,209,120); }

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