#95CA74

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

Shades of Gossip #95CA74

Tints of Gossip #95CA74

Color information

#95CA74 (or 0x95CA74) is unknown color: approx Gossip. HEX triplet: 95, CA and 74. RGB value is (149,202,116). Sum of RGB (Red+Green+Blue) = 149+202+116=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CA74 is #6A358B. Grayscale: #B0B0B0. Windows color (decimal): -6960524 or 7654037. OLE color: 7654037.

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

Color convert

RGB149202116-
CMYK0.2600.430.21
HSL96.98º44.79%62.35%-
HSV(B)96.98º42.57%79.22%-
XYZ36.6749.8924.22-
YUV176.3593.94108.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=31.91%
G=43.25%
B=24.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021160.2600.430.2196.9844.7962.35
Hex95CA741A02B15612d3e
Octal22531216432053251415576
Binary10010101110010101110100110100101011101011100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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