#9BDC7F

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

Shades of Gossip #9BDC7F

Tints of Gossip #9BDC7F

Color information

#9BDC7F (or 0x9BDC7F) is unknown color: approx Gossip. HEX triplet: 9B, DC and 7F. RGB value is (155,220,127). Sum of RGB (Red+Green+Blue) = 155+220+127=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC7F is #642380. Grayscale: #BEBEBE. Windows color (decimal): -6562689 or 8379547. OLE color: 8379547.

HSL color Cylindrical-coordinate representation of color #9BDC7F: hue angle of 101.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BDC7F is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB155220127-
CMYK0.3000.420.14
HSL101.94º57.06%68.04%-
HSV(B)101.94º42.27%86.27%-
XYZ42.9459.6929.34-
YUV189.9692.47103.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 220 (86.33% from 255) = 43.82%
BLUE value IS 127 (50% from 255) = 25.30%
R=30.88%
G=43.82%
B=25.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201270.3000.420.14101.9457.0668.04
Hex9BDC7F1E02AE663944
Octal233334177360521614671104
Binary10011011110111001111111111100101010111011001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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