#95C47A

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

Shades of Gossip #95C47A

Tints of Gossip #95C47A

Color information

#95C47A (or 0x95C47A) is unknown color: approx Gossip. HEX triplet: 95, C4 and 7A. RGB value is (149,196,122). Sum of RGB (Red+Green+Blue) = 149+196+122=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #95C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C47A is #6A3B85. Grayscale: #ADADAD. Windows color (decimal): -6962054 or 8045717. OLE color: 8045717.

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

Color convert

RGB149196122-
CMYK0.2400.380.23
HSL98.11º38.54%62.35%-
HSV(B)98.11º37.76%76.86%-
XYZ35.6547.2725.66-
YUV173.5198.93110.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 196 (76.95% from 255) = 41.97%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=31.91%
G=41.97%
B=26.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491961220.2400.380.2398.1138.5462.35
Hex95C47A180261762273e
Octal22530417230046271424776
Binary10010101110001001111010110000100110101111100010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,196,122); }

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

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

 a { background-color: rgb(149,196,122); }

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

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

 span { border-color: rgb(149,196,122); }

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