#9BCE89

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

Shades of Gossip #9BCE89

Tints of Gossip #9BCE89

Color information

#9BCE89 (or 0x9BCE89) is unknown color: approx Gossip. HEX triplet: 9B, CE and 89. RGB value is (155,206,137). Sum of RGB (Red+Green+Blue) = 155+206+137=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE89 is #643176. Grayscale: #B7B7B7. Windows color (decimal): -6566263 or 9031323. OLE color: 9031323.

HSL color Cylindrical-coordinate representation of color #9BCE89: hue angle of 104.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BCE89 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB155206137-
CMYK0.2500.330.19
HSL104.35º41.32%67.25%-
HSV(B)104.35º33.5%80.78%-
XYZ40.152.9231.77-
YUV182.88102.1108.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=31.12%
G=41.37%
B=27.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061370.2500.330.19104.3541.3267.25
Hex9BCE891902113682943
Octal233316211310412315051103
Binary1001101111001110100010011100101000011001111010001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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