#95C579

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

Shades of Gossip #95C579

Tints of Gossip #95C579

Color information

#95C579 (or 0x95C579) is unknown color: approx Gossip. HEX triplet: 95, C5 and 79. RGB value is (149,197,121). Sum of RGB (Red+Green+Blue) = 149+197+121=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #95C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C579 is #6A3A86. Grayscale: #AEAEAE. Windows color (decimal): -6961799 or 7980437. OLE color: 7980437.

HSL color Cylindrical-coordinate representation of color #95C579: hue angle of 97.89º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95C579 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB149197121-
CMYK0.2400.390.23
HSL97.89º39.58%62.35%-
HSV(B)97.89º38.58%77.25%-
XYZ35.8147.725.41-
YUV173.9898.1110.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=31.91%
G=42.18%
B=25.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971210.2400.390.2397.8939.5862.35
Hex95C579180271762283e
Octal22530517130047271425076
Binary10010101110001011111001110000100111101111100010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C579; }

 p { color: rgb(149,197,121); }

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

<style>
 a { background-color: #95C579; }

 a { background-color: rgb(149,197,121); }

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

<style>
 span { border-color: #95C579; }

 span { border-color: rgb(149,197,121); }

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