#95C789

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

Shades of Gossip #95C789

Tints of Gossip #95C789

Color information

#95C789 (or 0x95C789) is unknown color: approx Gossip. HEX triplet: 95, C7 and 89. RGB value is (149,199,137). Sum of RGB (Red+Green+Blue) = 149+199+137=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #95C789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C789 is #6A3876. Grayscale: #B1B1B1. Windows color (decimal): -6961271 or 9029525. OLE color: 9029525.

HSL color Cylindrical-coordinate representation of color #95C789: hue angle of 108.39º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C789 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB149199137-
CMYK0.2500.310.22
HSL108.39º35.63%65.88%-
HSV(B)108.39º31.16%78.04%-
XYZ37.3349.0431.17-
YUV176.98105.44108.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=30.72%
G=41.03%
B=28.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991370.2500.310.22108.3935.6365.88
Hex95C7891901F166c2442
Octal225307211310372615444102
Binary100101011100011110001001110010111111011011011001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,199,137); }

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

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

 a { background-color: rgb(149,199,137); }

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

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

 span { border-color: rgb(149,199,137); }

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