#96c88b

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

Shades of Gossip #96C88B

Tints of Gossip #96C88B

Color information

#96C88B (or 0x96C88B) is unknown color: approx Gossip. HEX triplet: 96, C8 and 8B. RGB value is (150,200,139). Sum of RGB (Red+Green+Blue) = 150+200+139=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #96C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C88B is #693774. Grayscale: #B2B2B2. Windows color (decimal): -6895477 or 9160854. OLE color: 9160854.

HSL color Cylindrical-coordinate representation of color #96C88B: hue angle of 109.18º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C88B is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB150200139-
CMYK0.2500.300.22
HSL109.18º35.67%66.47%-
HSV(B)109.18º30.5%78.43%-
XYZ37.8949.6632.01-
YUV178.1105.94107.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=30.67%
G=40.90%
B=28.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001390.2500.300.22109.1835.6766.47
Hex96C88B1901E166d2442
Octal226310213310362615544102
Binary100101101100100010001011110010111101011011011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c88b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96c88b; }

 p { color: rgb(150,200,139); }

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

<style>
 a { background-color: #96c88b; }

 a { background-color: rgb(150,200,139); }

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

<style>
 span { border-color: #96c88b; }

 span { border-color: rgb(150,200,139); }

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