#9bda7f

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

Shades of Gossip #9BDA7F

Tints of Gossip #9BDA7F

Color information

#9BDA7F (or 0x9BDA7F) is unknown color: approx Gossip. HEX triplet: 9B, DA and 7F. RGB value is (155,218,127). Sum of RGB (Red+Green+Blue) = 155+218+127=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA7F is #642580. Grayscale: #BDBDBD. Windows color (decimal): -6563201 or 8379035. OLE color: 8379035.

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

Color convert

RGB155218127-
CMYK0.2900.420.15
HSL101.54º55.15%67.65%-
HSV(B)101.54º41.74%85.49%-
XYZ42.4258.6429.16-
YUV188.7993.13103.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 127 (50% from 255) = 25.4%
R=31%
G=43.6%
B=25.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181270.2900.420.15101.5455.1567.65
Hex9BDA7F1D02AF663744
Octal233332177350521714667104
Binary10011011110110101111111111010101010111111001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bda7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,127); }

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

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

 a { background-color: rgb(155,218,127); }

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

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

 span { border-color: rgb(155,218,127); }

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