#96CC87

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

Shades of Gossip #96CC87

Tints of Gossip #96CC87

Color information

#96CC87 (or 0x96CC87) is unknown color: approx Gossip. HEX triplet: 96, CC and 87. RGB value is (150,204,135). Sum of RGB (Red+Green+Blue) = 150+204+135=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC87 is #693378. Grayscale: #B4B4B4. Windows color (decimal): -6894457 or 8899734. OLE color: 8899734.

HSL color Cylindrical-coordinate representation of color #96CC87: hue angle of 106.96º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96CC87 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB150204135-
CMYK0.2600.340.2
HSL106.96º40.35%66.47%-
HSV(B)106.96º33.82%80%-
XYZ38.5451.4230.82-
YUV179.99102.61106.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=30.67%
G=41.72%
B=27.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041350.2600.340.2106.9640.3566.47
Hex96CC871A022146b2842
Octal226314207320422415350102
Binary1001011011001100100001111101001000101010011010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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