#96E082

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

Shades of Gossip #96E082

Tints of Gossip #96E082

Color information

#96E082 (or 0x96E082) is unknown color: approx Gossip. HEX triplet: 96, E0 and 82. RGB value is (150,224,130). Sum of RGB (Red+Green+Blue) = 150+224+130=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #96E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E082 is #691F7D. Grayscale: #BFBFBF. Windows color (decimal): -6889342 or 8577174. OLE color: 8577174.

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

Color convert

RGB150224130-
CMYK0.3300.420.12
HSL107.23º60.26%69.41%-
HSV(B)107.23º41.96%87.84%-
XYZ43.2661.4130.69-
YUV191.1693.4898.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 224 (87.89% from 255) = 44.44%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=29.76%
G=44.44%
B=25.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502241300.3300.420.12107.2360.2669.41
Hex96E0822102AC6b3c45
Octal226340202410521415374105
Binary1001011011100000100000101000010101010110011010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,130); }

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

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

 a { background-color: rgb(150,224,130); }

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

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

 span { border-color: rgb(150,224,130); }

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