#95C584

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

Shades of Gossip #95C584

Tints of Gossip #95C584

Color information

#95C584 (or 0x95C584) is unknown color: approx Gossip. HEX triplet: 95, C5 and 84. RGB value is (149,197,132). Sum of RGB (Red+Green+Blue) = 149+197+132=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #95C584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C584 is #6A3A7B. Grayscale: #AFAFAF. Windows color (decimal): -6961788 or 8701333. OLE color: 8701333.

HSL color Cylindrical-coordinate representation of color #95C584: hue angle of 104.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95C584 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB149197132-
CMYK0.2400.330.23
HSL104.31º35.91%64.51%-
HSV(B)104.31º32.99%77.25%-
XYZ36.5347.9929.17-
YUV175.24103.6109.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=31.17%
G=41.21%
B=27.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971320.2400.330.23104.3135.9164.51
Hex95C5841802117682441
Octal225305204300412715044101
Binary1001010111000101100001001100001000011011111010001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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