#93C975

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

Shades of Gossip #93C975

Tints of Gossip #93C975

Color information

#93C975 (or 0x93C975) is unknown color: approx Gossip. HEX triplet: 93, C9 and 75. RGB value is (147,201,117). Sum of RGB (Red+Green+Blue) = 147+201+117=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #93C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C975 is #6C368A. Grayscale: #AFAFAF. Windows color (decimal): -7091851 or 7719315. OLE color: 7719315.

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

Color convert

RGB147201117-
CMYK0.2700.420.21
HSL98.57º43.75%62.35%-
HSV(B)98.57º41.79%78.82%-
XYZ36.1349.2624.43-
YUV175.2895.11107.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=31.61%
G=43.23%
B=25.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472011170.2700.420.2198.5743.7562.35
Hex93C9751B02A15632c3e
Octal22331116533052251435476
Binary10010011110010011110101110110101010101011100011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93C975; }

 p { color: rgb(147,201,117); }

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

<style>
 a { background-color: #93C975; }

 a { background-color: rgb(147,201,117); }

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

<style>
 span { border-color: #93C975; }

 span { border-color: rgb(147,201,117); }

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