#95C784

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

Shades of Gossip #95C784

Tints of Gossip #95C784

Color information

#95C784 (or 0x95C784) is unknown color: approx Gossip. HEX triplet: 95, C7 and 84. RGB value is (149,199,132). Sum of RGB (Red+Green+Blue) = 149+199+132=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #95C784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C784 is #6A387B. Grayscale: #B0B0B0. Windows color (decimal): -6961276 or 8701845. OLE color: 8701845.

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

Color convert

RGB149199132-
CMYK0.2500.340.22
HSL104.78º37.43%64.9%-
HSV(B)104.78º33.67%78.04%-
XYZ36.9848.929.32-
YUV176.41102.94108.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=31.04%
G=41.46%
B=27.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991320.2500.340.22104.7837.4364.9
Hex95C7841902216692541
Octal225307204310422615145101
Binary1001010111000111100001001100101000101011011010011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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