#95D869

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

Shades of Gossip #95D869

Tints of Gossip #95D869

Color information

#95D869 (or 0x95D869) is unknown color: approx Gossip. HEX triplet: 95, D8 and 69. RGB value is (149,216,105). Sum of RGB (Red+Green+Blue) = 149+216+105=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #95D869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D869 is #6A2796. Grayscale: #B7B7B7. Windows color (decimal): -6956951 or 6936725. OLE color: 6936725.

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

Color convert

RGB149216105-
CMYK0.3100.510.15
HSL96.22º58.73%62.94%-
HSV(B)96.22º51.39%84.71%-
XYZ39.556.5222.19-
YUV183.3183.8103.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=31.70%
G=45.96%
B=22.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161050.3100.510.1596.2258.7362.94
Hex95D8691F033F603b3f
Octal22533015137063171407377
Binary1001010111011000110100111111011001111111100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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