#96E164

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

Shades of Gossip #96E164

Tints of Gossip #96E164

Color information

#96E164 (or 0x96E164) is unknown color: approx Gossip. HEX triplet: 96, E1 and 64. RGB value is (150,225,100). Sum of RGB (Red+Green+Blue) = 150+225+100=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #96E164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E164 is #691E9B. Grayscale: #BCBCBC. Windows color (decimal): -6889116 or 6611350. OLE color: 6611350.

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

Color convert

RGB150225100-
CMYK0.3300.560.12
HSL96º67.57%63.73%-
HSV(B)96º55.56%88.24%-
XYZ41.861.2521.68-
YUV188.3278.15100.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=31.58%
G=47.37%
B=21.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251000.3300.560.129667.5763.73
Hex96E16421038C604440
Octal2263411444107014140104100
Binary1001011011100001110010010000101110001100110000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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