#96E26A

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

Shades of Gossip #96E26A

Tints of Gossip #96E26A

Color information

#96E26A (or 0x96E26A) is unknown color: approx Gossip. HEX triplet: 96, E2 and 6A. RGB value is (150,226,106). Sum of RGB (Red+Green+Blue) = 150+226+106=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #96E26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E26A is #691D95. Grayscale: #BEBEBE. Windows color (decimal): -6888854 or 7004822. OLE color: 7004822.

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

Color convert

RGB150226106-
CMYK0.3400.530.11
HSL98º67.42%65.1%-
HSV(B)98º53.1%88.63%-
XYZ42.3861.9223.35-
YUV189.680.8299.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 226 (88.67% from 255) = 46.89%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=31.12%
G=46.89%
B=21.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502261060.3400.530.119867.4265.1
Hex96E26A22035B624341
Octal2263421524206513142103101
Binary1001011011100010110101010001001101011011110001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,226,106); }

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

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

 a { background-color: rgb(150,226,106); }

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

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

 span { border-color: rgb(150,226,106); }

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