#9BD676

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

Shades of Gossip #9BD676

Tints of Gossip #9BD676

Color information

#9BD676 (or 0x9BD676) is unknown color: approx Gossip. HEX triplet: 9B, D6 and 76. RGB value is (155,214,118). Sum of RGB (Red+Green+Blue) = 155+214+118=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD676 is #642989. Grayscale: #B9B9B9. Windows color (decimal): -6564234 or 7788187. OLE color: 7788187.

HSL color Cylindrical-coordinate representation of color #9BD676: hue angle of 96.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BD676 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB155214118-
CMYK0.2800.450.16
HSL96.88º53.93%65.1%-
HSV(B)96.88º44.86%83.92%-
XYZ40.8356.3725.87-
YUV185.4289.95106.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=31.83%
G=43.94%
B=24.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141180.2800.450.1696.8853.9365.1
Hex9BD6761C02D10613641
Octal233326166340552014166101
Binary100110111101011011101101110001011011000011000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,214,118); }

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

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

 a { background-color: rgb(155,214,118); }

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

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

 span { border-color: rgb(155,214,118); }

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