#96C587

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

Shades of Gossip #96C587

Tints of Gossip #96C587

Color information

#96C587 (or 0x96C587) is unknown color: approx Gossip. HEX triplet: 96, C5 and 87. RGB value is (150,197,135). Sum of RGB (Red+Green+Blue) = 150+197+135=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #96C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C587 is #693A78. Grayscale: #B0B0B0. Windows color (decimal): -6896249 or 8897942. OLE color: 8897942.

HSL color Cylindrical-coordinate representation of color #96C587: hue angle of 105.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C587 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB150197135-
CMYK0.2400.310.23
HSL105.48º34.83%65.1%-
HSV(B)105.48º31.47%77.25%-
XYZ36.9248.1730.27-
YUV175.88104.93109.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=31.12%
G=40.87%
B=28.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971350.2400.310.23105.4834.8365.1
Hex96C5871801F17692341
Octal226305207300372715143101
Binary100101101100010110000111110000111111011111010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,135); }

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

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

 a { background-color: rgb(150,197,135); }

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

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

 span { border-color: rgb(150,197,135); }

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