#95CD76

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

Shades of Gossip #95CD76

Tints of Gossip #95CD76

Color information

#95CD76 (or 0x95CD76) is unknown color: approx Gossip. HEX triplet: 95, CD and 76. RGB value is (149,205,118). Sum of RGB (Red+Green+Blue) = 149+205+118=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD76 is #6A3289. Grayscale: #B2B2B2. Windows color (decimal): -6959754 or 7785877. OLE color: 7785877.

HSL color Cylindrical-coordinate representation of color #95CD76: hue angle of 98.62º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95CD76 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB149205118-
CMYK0.2700.420.20
HSL98.62º46.52%63.33%-
HSV(B)98.62º42.44%80.39%-
XYZ37.551.3625.08-
YUV178.3493.95107.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 118 (46.48% from 255) = 25%
R=31.57%
G=43.43%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051180.2700.420.2098.6246.5263.33
Hex95CD761B02A14632f3f
Octal22531516633052241435777
Binary10010101110011011110110110110101010101001100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,118); }

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

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

 a { background-color: rgb(149,205,118); }

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

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

 span { border-color: rgb(149,205,118); }

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