#96D76F

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

Shades of Gossip #96D76F

Tints of Gossip #96D76F

Color information

#96D76F (or 0x96D76F) is unknown color: approx Gossip. HEX triplet: 96, D7 and 6F. RGB value is (150,215,111). Sum of RGB (Red+Green+Blue) = 150+215+111=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #96D76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D76F is #692890. Grayscale: #B8B8B8. Windows color (decimal): -6891665 or 7329686. OLE color: 7329686.

HSL color Cylindrical-coordinate representation of color #96D76F: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96D76F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB150215111-
CMYK0.3000.480.16
HSL97.5º56.52%63.92%-
HSV(B)97.5º48.37%84.31%-
XYZ39.7556.2323.8-
YUV183.7186.97103.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 215 (84.38% from 255) = 45.17%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=31.51%
G=45.17%
B=23.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151110.3000.480.1697.556.5263.92
Hex96D76F1E03010623940
Octal226327157360602014271100
Binary100101101101011111011111111001100001000011000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,111); }

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

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

 a { background-color: rgb(150,215,111); }

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

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

 span { border-color: rgb(150,215,111); }

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