#95BF80

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

Shades of Gossip #95BF80

Tints of Gossip #95BF80

Color information

#95BF80 (or 0x95BF80) is unknown color: approx Gossip. HEX triplet: 95, BF and 80. RGB value is (149,191,128). Sum of RGB (Red+Green+Blue) = 149+191+128=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BF80 is #6A407F. Grayscale: #ABABAB. Windows color (decimal): -6963328 or 8437653. OLE color: 8437653.

HSL color Cylindrical-coordinate representation of color #95BF80: hue angle of 100º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95BF80 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB149191128-
CMYK0.2200.330.25
HSL100º32.98%62.55%-
HSV(B)100º32.98%74.9%-
XYZ34.9245.2127.31-
YUV171.26103.59112.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=31.84%
G=40.81%
B=27.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911280.2200.330.2510032.9862.55
Hex95BF80160211964213f
Octal22527720026041311444177
Binary100101011011111110000000101100100001110011100100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,128); }

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

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

 a { background-color: rgb(149,191,128); }

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

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

 span { border-color: rgb(149,191,128); }

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