#95BE86

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

Shades of Gossip #95BE86

Tints of Gossip #95BE86

Color information

#95BE86 (or 0x95BE86) is unknown color: approx Gossip. HEX triplet: 95, BE and 86. RGB value is (149,190,134). Sum of RGB (Red+Green+Blue) = 149+190+134=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BE86 is #6A4179. Grayscale: #ABABAB. Windows color (decimal): -6963578 or 8830613. OLE color: 8830613.

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

Color convert

RGB149190134-
CMYK0.2200.290.25
HSL103.93º30.11%63.53%-
HSV(B)103.93º29.47%74.51%-
XYZ35.1144.9429.38-
YUV171.36106.92112.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=31.50%
G=40.17%
B=28.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901340.2200.290.25103.9330.1163.53
Hex95BE861601D19681e40
Octal225276206260353115036100
Binary10010101101111101000011010110011101110011101000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,134); }

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

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

 a { background-color: rgb(149,190,134); }

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

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

 span { border-color: rgb(149,190,134); }

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