#9BC87D

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

Shades of Gossip #9BC87D

Tints of Gossip #9BC87D

Color information

#9BC87D (or 0x9BC87D) is unknown color: approx Gossip. HEX triplet: 9B, C8 and 7D. RGB value is (155,200,125). Sum of RGB (Red+Green+Blue) = 155+200+125=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC87D is #643782. Grayscale: #B2B2B2. Windows color (decimal): -6567811 or 8243355. OLE color: 8243355.

HSL color Cylindrical-coordinate representation of color #9BC87D: hue angle of 96º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BC87D is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB155200125-
CMYK0.2200.380.22
HSL96º40.54%63.73%-
HSV(B)96º37.5%78.43%-
XYZ37.8749.7627.01-
YUV17898.09111.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 200 (78.52% from 255) = 41.67%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=32.29%
G=41.67%
B=26.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001250.2200.380.229640.5463.73
Hex9BC87D1602616602940
Octal233310175260462614051100
Binary100110111100100011111011011001001101011011000001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,200,125); }

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

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

 a { background-color: rgb(155,200,125); }

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

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

 span { border-color: rgb(155,200,125); }

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