#9BDA89

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

Shades of Gossip #9BDA89

Tints of Gossip #9BDA89

Color information

#9BDA89 (or 0x9BDA89) is unknown color: approx Gossip. HEX triplet: 9B, DA and 89. RGB value is (155,218,137). Sum of RGB (Red+Green+Blue) = 155+218+137=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA89 is #642576. Grayscale: #BEBEBE. Windows color (decimal): -6563191 or 9034395. OLE color: 9034395.

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

Color convert

RGB155218137-
CMYK0.2900.370.15
HSL106.67º52.26%69.61%-
HSV(B)106.67º37.16%85.49%-
XYZ43.158.9232.77-
YUV189.9398.13103.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 137 (53.91% from 255) = 26.86%
R=30.39%
G=42.75%
B=26.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181370.2900.370.15106.6752.2669.61
Hex9BDA891D025F6b3446
Octal233332211350451715364106
Binary100110111101101010001001111010100101111111010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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