#96C185

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

Shades of Gossip #96C185

Tints of Gossip #96C185

Color information

#96C185 (or 0x96C185) is unknown color: approx Gossip. HEX triplet: 96, C1 and 85. RGB value is (150,193,133). Sum of RGB (Red+Green+Blue) = 150+193+133=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #96C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C185 is #693E7A. Grayscale: #ADADAD. Windows color (decimal): -6897275 or 8765846. OLE color: 8765846.

HSL color Cylindrical-coordinate representation of color #96C185: hue angle of 103º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C185 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB150193133-
CMYK0.2200.310.24
HSL103º32.61%63.92%-
HSV(B)103º31.09%75.69%-
XYZ35.8846.3229.24-
YUV173.3105.25111.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=31.51%
G=40.55%
B=27.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931330.2200.310.2410332.6163.92
Hex96C1851601F18672140
Octal226301205260373014741100
Binary100101101100000110000101101100111111100011001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,133); }

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

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

 a { background-color: rgb(150,193,133); }

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

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

 span { border-color: rgb(150,193,133); }

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