#96CE86

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

Shades of Gossip #96CE86

Tints of Gossip #96CE86

Color information

#96CE86 (or 0x96CE86) is unknown color: approx Gossip. HEX triplet: 96, CE and 86. RGB value is (150,206,134). Sum of RGB (Red+Green+Blue) = 150+206+134=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE86 is #693179. Grayscale: #B5B5B5. Windows color (decimal): -6893946 or 8834710. OLE color: 8834710.

HSL color Cylindrical-coordinate representation of color #96CE86: hue angle of 106.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96CE86 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB150206134-
CMYK0.2700.350.19
HSL106.67º42.35%66.67%-
HSV(B)106.67º34.95%80.78%-
XYZ38.9552.3530.61-
YUV181.05101.45105.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=30.61%
G=42.04%
B=27.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061340.2700.350.19106.6742.3566.67
Hex96CE861B023136b2a43
Octal226316206330432315352103
Binary1001011011001110100001101101101000111001111010111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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