#93CE85

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

Shades of Gossip #93CE85

Tints of Gossip #93CE85

Color information

#93CE85 (or 0x93CE85) is unknown color: approx Gossip. HEX triplet: 93, CE and 85. RGB value is (147,206,133). Sum of RGB (Red+Green+Blue) = 147+206+133=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE85 is #6C317A. Grayscale: #B4B4B4. Windows color (decimal): -7090555 or 8769171. OLE color: 8769171.

HSL color Cylindrical-coordinate representation of color #93CE85: hue angle of 108.49º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93CE85 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB147206133-
CMYK0.2900.350.19
HSL108.49º42.69%66.47%-
HSV(B)108.49º35.44%80.78%-
XYZ38.3452.0430.21-
YUV180.04101.45104.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 206 (80.86% from 255) = 42.39%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=30.25%
G=42.39%
B=27.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061330.2900.350.19108.4942.6966.47
Hex93CE851D023136c2b42
Octal223316205350432315453102
Binary1001001111001110100001011110101000111001111011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,206,133); }

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

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

 a { background-color: rgb(147,206,133); }

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

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

 span { border-color: rgb(147,206,133); }

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