#95D86F

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

Shades of Gossip #95D86F

Tints of Gossip #95D86F

Color information

#95D86F (or 0x95D86F) is unknown color: approx Gossip. HEX triplet: 95, D8 and 6F. RGB value is (149,216,111). Sum of RGB (Red+Green+Blue) = 149+216+111=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #95D86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D86F is #6A2790. Grayscale: #B8B8B8. Windows color (decimal): -6956945 or 7329941. OLE color: 7329941.

HSL color Cylindrical-coordinate representation of color #95D86F: hue angle of 98.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95D86F is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB149216111-
CMYK0.3100.490.15
HSL98.29º57.38%64.12%-
HSV(B)98.29º48.61%84.71%-
XYZ39.8256.6523.87-
YUV18486.8103.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 216 (84.77% from 255) = 45.38%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=31.30%
G=45.38%
B=23.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161110.3100.490.1598.2957.3864.12
Hex95D86F1F031F623940
Octal225330157370611714271100
Binary10010101110110001101111111110110001111111000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,216,111); }

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

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

 a { background-color: rgb(149,216,111); }

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

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

 span { border-color: rgb(149,216,111); }

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