#9BCB90

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

Shades of Gossip #9BCB90

Tints of Gossip #9BCB90

Color information

#9BCB90 (or 0x9BCB90) is unknown color: approx Gossip. HEX triplet: 9B, CB and 90. RGB value is (155,203,144). Sum of RGB (Red+Green+Blue) = 155+203+144=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCB90 is #64346F. Grayscale: #B6B6B6. Windows color (decimal): -6567024 or 9489307. OLE color: 9489307.

HSL color Cylindrical-coordinate representation of color #9BCB90: hue angle of 108.81º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BCB90 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB155203144-
CMYK0.2400.290.20
HSL108.81º36.2%68.04%-
HSV(B)108.81º29.06%79.61%-
XYZ39.9151.6934.26-
YUV181.92106.6108.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=30.88%
G=40.44%
B=28.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552031440.2400.290.20108.8136.268.04
Hex9BCB901801D146d2444
Octal233313220300352415544104
Binary100110111100101110010000110000111011010011011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,144); }

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

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

 a { background-color: rgb(155,203,144); }

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

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

 span { border-color: rgb(155,203,144); }

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