#96E873

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

Shades of Gossip #96E873

Tints of Gossip #96E873

Color information

#96E873 (or 0x96E873) is unknown color: approx Gossip. HEX triplet: 96, E8 and 73. RGB value is (150,232,115). Sum of RGB (Red+Green+Blue) = 150+232+115=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #96E873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E873 is #69178C. Grayscale: #C2C2C2. Windows color (decimal): -6887309 or 7596182. OLE color: 7596182.

HSL color Cylindrical-coordinate representation of color #96E873: hue angle of 102.05º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96E873 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB150232115-
CMYK0.3500.500.09
HSL102.05º71.78%68.04%-
HSV(B)102.05º50.43%90.98%-
XYZ44.5365.4426.5-
YUV194.1483.3396.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 232 (91.02% from 255) = 46.68%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=30.18%
G=46.68%
B=23.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502321150.3500.500.09102.0571.7868.04
Hex96E873230329664844
Octal2263501634306211146110104
Binary1001011011101000111001110001101100101001110011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,232,115); }

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

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

 a { background-color: rgb(150,232,115); }

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

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

 span { border-color: rgb(150,232,115); }

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