#95D174

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

Shades of Gossip #95D174

Tints of Gossip #95D174

Color information

#95D174 (or 0x95D174) is unknown color: approx Gossip. HEX triplet: 95, D1 and 74. RGB value is (149,209,116). Sum of RGB (Red+Green+Blue) = 149+209+116=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #95D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D174 is #6A2E8B. Grayscale: #B4B4B4. Windows color (decimal): -6958732 or 7655829. OLE color: 7655829.

HSL color Cylindrical-coordinate representation of color #95D174: hue angle of 98.71º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95D174 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB149209116-
CMYK0.2900.440.18
HSL98.71º50.27%63.73%-
HSV(B)98.71º44.5%81.96%-
XYZ38.3553.2524.78-
YUV180.4691.62105.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=31.43%
G=44.09%
B=24.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492091160.2900.440.1898.7150.2763.73
Hex95D1741D02C12633240
Octal225321164350542214362100
Binary100101011101000111101001110101011001001011000111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,209,116); }

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

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

 a { background-color: rgb(149,209,116); }

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

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

 span { border-color: rgb(149,209,116); }

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