#95D46A

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

Shades of Gossip #95D46A

Tints of Gossip #95D46A

Color information

#95D46A (or 0x95D46A) is unknown color: approx Gossip. HEX triplet: 95, D4 and 6A. RGB value is (149,212,106). Sum of RGB (Red+Green+Blue) = 149+212+106=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #95D46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D46A is #6A2B95. Grayscale: #B5B5B5. Windows color (decimal): -6957974 or 7001237. OLE color: 7001237.

HSL color Cylindrical-coordinate representation of color #95D46A: hue angle of 95.66º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95D46A is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB149212106-
CMYK0.3000.50.17
HSL95.66º55.21%62.35%-
HSV(B)95.66º50%83.14%-
XYZ38.5454.5222.13-
YUV181.0885.63105.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=31.91%
G=45.40%
B=22.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492121060.3000.50.1795.6655.2162.35
Hex95D46A1E0321160373e
Octal22532415236062211406776
Binary10010101110101001101010111100110010100011100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,212,106); }

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

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

 a { background-color: rgb(149,212,106); }

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

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

 span { border-color: rgb(149,212,106); }

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