#96C27D

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

Shades of Gossip #96C27D

Tints of Gossip #96C27D

Color information

#96C27D (or 0x96C27D) is unknown color: approx Gossip. HEX triplet: 96, C2 and 7D. RGB value is (150,194,125). Sum of RGB (Red+Green+Blue) = 150+194+125=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #96C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C27D is #693D82. Grayscale: #ADADAD. Windows color (decimal): -6897027 or 8241814. OLE color: 8241814.

HSL color Cylindrical-coordinate representation of color #96C27D: hue angle of 98.26º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96C27D is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB150194125-
CMYK0.2300.360.24
HSL98.26º36.13%62.55%-
HSV(B)98.26º35.57%76.08%-
XYZ35.5746.5526.51-
YUV172.98100.92111.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=31.98%
G=41.36%
B=26.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501941250.2300.360.2498.2636.1362.55
Hex96C27D170241862243f
Octal22630217527044301424477
Binary10010110110000101111101101110100100110001100010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,194,125); }

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

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

 a { background-color: rgb(150,194,125); }

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

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

 span { border-color: rgb(150,194,125); }

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