#95D76C

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

Shades of Gossip #95D76C

Tints of Gossip #95D76C

Color information

#95D76C (or 0x95D76C) is unknown color: approx Gossip. HEX triplet: 95, D7 and 6C. RGB value is (149,215,108). Sum of RGB (Red+Green+Blue) = 149+215+108=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #95D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D76C is #6A2893. Grayscale: #B7B7B7. Windows color (decimal): -6957204 or 7133077. OLE color: 7133077.

HSL color Cylindrical-coordinate representation of color #95D76C: hue angle of 97.01º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95D76C is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB149215108-
CMYK0.3100.500.16
HSL97.01º57.22%63.33%-
HSV(B)97.01º49.77%84.31%-
XYZ39.456.0722.93-
YUV183.0785.63103.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 215 (84.38% from 255) = 45.55%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=31.57%
G=45.55%
B=22.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151080.3100.500.1697.0157.2263.33
Hex95D76C1F0321061393f
Octal22532715437062201417177
Binary10010101110101111101100111110110010100001100001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,215,108); }

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

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

 a { background-color: rgb(149,215,108); }

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

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

 span { border-color: rgb(149,215,108); }

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