#96BC87

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

Shades of Gossip #96BC87

Tints of Gossip #96BC87

Color information

#96BC87 (or 0x96BC87) is unknown color: approx Gossip. HEX triplet: 96, BC and 87. RGB value is (150,188,135). Sum of RGB (Red+Green+Blue) = 150+188+135=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC87 is #694378. Grayscale: #AAAAAA. Windows color (decimal): -6898553 or 8895638. OLE color: 8895638.

HSL color Cylindrical-coordinate representation of color #96BC87: hue angle of 103.02º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96BC87 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB150188135-
CMYK0.2000.280.26
HSL103.02º28.34%63.33%-
HSV(B)103.02º28.19%73.73%-
XYZ34.9344.229.61-
YUV170.6107.91113.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=31.71%
G=39.75%
B=28.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881350.2000.280.26103.0228.3463.33
Hex96BC871401C1A671c3f
Octal22627420724034321473477
Binary1001011010111100100001111010001110011010110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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