#96C87A

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

Shades of Gossip #96C87A

Tints of Gossip #96C87A

Color information

#96C87A (or 0x96C87A) is unknown color: approx Gossip. HEX triplet: 96, C8 and 7A. RGB value is (150,200,122). Sum of RGB (Red+Green+Blue) = 150+200+122=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #96C87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C87A is #693785. Grayscale: #B0B0B0. Windows color (decimal): -6895494 or 8046742. OLE color: 8046742.

HSL color Cylindrical-coordinate representation of color #96C87A: hue angle of 98.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C87A is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB150200122-
CMYK0.2500.390.22
HSL98.46º41.49%63.14%-
HSV(B)98.46º39%78.43%-
XYZ36.7449.225.97-
YUV176.1697.44109.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=31.78%
G=42.37%
B=25.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001220.2500.390.2298.4641.4963.14
Hex96C87A190271662293f
Octal22631017231047261425177
Binary10010110110010001111010110010100111101101100010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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