#96E372

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

Shades of Gossip #96E372

Tints of Gossip #96E372

Color information

#96E372 (or 0x96E372) is unknown color: approx Gossip. HEX triplet: 96, E3 and 72. RGB value is (150,227,114). Sum of RGB (Red+Green+Blue) = 150+227+114=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #96E372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E372 is #691C8D. Grayscale: #BFBFBF. Windows color (decimal): -6888590 or 7529366. OLE color: 7529366.

HSL color Cylindrical-coordinate representation of color #96E372: hue angle of 100.88º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96E372 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB150227114-
CMYK0.3400.500.11
HSL100.88º66.86%66.86%-
HSV(B)100.88º49.78%89.02%-
XYZ43.0862.6425.74-
YUV191.184.4998.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 227 (89.06% from 255) = 46.23%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=30.55%
G=46.23%
B=23.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502271140.3400.500.11100.8866.8666.86
Hex96E37222032B654343
Octal2263431624206213145103103
Binary1001011011100011111001010001001100101011110010110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,227,114); }

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

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

 a { background-color: rgb(150,227,114); }

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

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

 span { border-color: rgb(150,227,114); }

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