#95C57A

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

Shades of Gossip #95C57A

Tints of Gossip #95C57A

Color information

#95C57A (or 0x95C57A) is unknown color: approx Gossip. HEX triplet: 95, C5 and 7A. RGB value is (149,197,122). Sum of RGB (Red+Green+Blue) = 149+197+122=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #95C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C57A is #6A3A85. Grayscale: #AEAEAE. Windows color (decimal): -6961798 or 8045973. OLE color: 8045973.

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

Color convert

RGB149197122-
CMYK0.2400.380.23
HSL98.4º39.27%62.55%-
HSV(B)98.4º38.07%77.25%-
XYZ35.8747.7325.73-
YUV174.198.6110.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=31.84%
G=42.09%
B=26.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971220.2400.380.2398.439.2762.55
Hex95C57A180261762273f
Octal22530517230046271424777
Binary10010101110001011111010110000100110101111100010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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