#93C87B

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

Shades of Gossip #93C87B

Tints of Gossip #93C87B

Color information

#93C87B (or 0x93C87B) is unknown color: approx Gossip. HEX triplet: 93, C8 and 7B. RGB value is (147,200,123). Sum of RGB (Red+Green+Blue) = 147+200+123=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #93C87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C87B is #6C3784. Grayscale: #AFAFAF. Windows color (decimal): -7092101 or 8112275. OLE color: 8112275.

HSL color Cylindrical-coordinate representation of color #93C87B: hue angle of 101.3º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93C87B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB147200123-
CMYK0.2600.380.22
HSL101.3º41.18%63.33%-
HSV(B)101.3º38.5%78.43%-
XYZ36.2648.9426.27-
YUV175.3798.44107.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 200 (78.52% from 255) = 42.55%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=31.28%
G=42.55%
B=26.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1472001230.2600.380.22101.341.1863.33
Hex93C87B1A0261665293f
Octal22331017332046261455177
Binary10010011110010001111011110100100110101101100101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,123); }

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

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

 a { background-color: rgb(147,200,123); }

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

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

 span { border-color: rgb(147,200,123); }

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