#96BE86

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

Shades of Gossip #96BE86

Tints of Gossip #96BE86

Color information

#96BE86 (or 0x96BE86) is unknown color: approx Gossip. HEX triplet: 96, BE and 86. RGB value is (150,190,134). Sum of RGB (Red+Green+Blue) = 150+190+134=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE86 is #694179. Grayscale: #ABABAB. Windows color (decimal): -6898042 or 8830614. OLE color: 8830614.

HSL color Cylindrical-coordinate representation of color #96BE86: hue angle of 102.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96BE86 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB150190134-
CMYK0.2100.290.25
HSL102.86º30.11%63.53%-
HSV(B)102.86º29.47%74.51%-
XYZ35.2945.0329.39-
YUV171.66106.75112.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 134 (52.73% from 255) = 28.27%
R=31.65%
G=40.08%
B=28.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901340.2100.290.25102.8630.1163.53
Hex96BE861501D19671e40
Octal226276206250353114736100
Binary10010110101111101000011010101011101110011100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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