#95CA76

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

Shades of Gossip #95CA76

Tints of Gossip #95CA76

Color information

#95CA76 (or 0x95CA76) is unknown color: approx Gossip. HEX triplet: 95, CA and 76. RGB value is (149,202,118). Sum of RGB (Red+Green+Blue) = 149+202+118=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CA76 is #6A3589. Grayscale: #B0B0B0. Windows color (decimal): -6960522 or 7785109. OLE color: 7785109.

HSL color Cylindrical-coordinate representation of color #95CA76: hue angle of 97.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95CA76 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB149202118-
CMYK0.2600.420.21
HSL97.86º44.21%62.75%-
HSV(B)97.86º41.58%79.22%-
XYZ36.7849.9424.84-
YUV176.5894.94108.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=31.77%
G=43.07%
B=25.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021180.2600.420.2197.8644.2162.75
Hex95CA761A02A15622c3f
Octal22531216632052251425477
Binary10010101110010101110110110100101010101011100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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