#96D089

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

Shades of Gossip #96D089

Tints of Gossip #96D089

Color information

#96D089 (or 0x96D089) is unknown color: approx Gossip. HEX triplet: 96, D0 and 89. RGB value is (150,208,137). Sum of RGB (Red+Green+Blue) = 150+208+137=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #96D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D089 is #692F76. Grayscale: #B6B6B6. Windows color (decimal): -6893431 or 9031830. OLE color: 9031830.

HSL color Cylindrical-coordinate representation of color #96D089: hue angle of 109.01º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96D089 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB150208137-
CMYK0.2800.340.18
HSL109.01º43.03%67.65%-
HSV(B)109.01º34.13%81.57%-
XYZ39.6553.431.88-
YUV182.56102.28104.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=30.30%
G=42.02%
B=27.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502081370.2800.340.18109.0143.0367.65
Hex96D0891C022126d2b44
Octal226320211340422215553104
Binary1001011011010000100010011110001000101001011011011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,208,137); }

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

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

 a { background-color: rgb(150,208,137); }

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

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

 span { border-color: rgb(150,208,137); }

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