#96E165

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

Shades of Gossip #96E165

Tints of Gossip #96E165

Color information

#96E165 (or 0x96E165) is unknown color: approx Gossip. HEX triplet: 96, E1 and 65. RGB value is (150,225,101). Sum of RGB (Red+Green+Blue) = 150+225+101=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #96E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E165 is #691E9A. Grayscale: #BCBCBC. Windows color (decimal): -6889115 or 6676886. OLE color: 6676886.

HSL color Cylindrical-coordinate representation of color #96E165: hue angle of 96.29º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96E165 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB150225101-
CMYK0.3300.550.12
HSL96.29º67.39%63.92%-
HSV(B)96.29º55.11%88.24%-
XYZ41.8561.2721.93-
YUV188.4478.65100.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 225 (88.28% from 255) = 47.27%
BLUE value IS 101 (39.84% from 255) = 21.22%
R=31.51%
G=47.27%
B=21.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251010.3300.550.1296.2967.3963.92
Hex96E16521037C604340
Octal2263411454106714140103100
Binary1001011011100001110010110000101101111100110000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,225,101); }

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

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

 a { background-color: rgb(150,225,101); }

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

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

 span { border-color: rgb(150,225,101); }

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