#96BC86

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

Shades of Gossip #96BC86

Tints of Gossip #96BC86

Color information

#96BC86 (or 0x96BC86) is unknown color: approx Gossip. HEX triplet: 96, BC and 86. RGB value is (150,188,134). Sum of RGB (Red+Green+Blue) = 150+188+134=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC86 is #694379. Grayscale: #AAAAAA. Windows color (decimal): -6898554 or 8830102. OLE color: 8830102.

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

Color convert

RGB150188134-
CMYK0.2000.290.26
HSL102.22º28.72%63.14%-
HSV(B)102.22º28.72%73.73%-
XYZ34.8644.1729.24-
YUV170.48107.41113.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=31.78%
G=39.83%
B=28.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881340.2000.290.26102.2228.7263.14
Hex96BC861401D1A661d3f
Octal22627420624035321463577
Binary1001011010111100100001101010001110111010110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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