#93C67F

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

Shades of Gossip #93C67F

Tints of Gossip #93C67F

Color information

#93C67F (or 0x93C67F) is unknown color: approx Gossip. HEX triplet: 93, C6 and 7F. RGB value is (147,198,127). Sum of RGB (Red+Green+Blue) = 147+198+127=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #93C67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C67F is #6C3980. Grayscale: #AEAEAE. Windows color (decimal): -7092609 or 8373907. OLE color: 8373907.

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

Color convert

RGB147198127-
CMYK0.2600.360.22
HSL103.1º38.38%63.73%-
HSV(B)103.1º35.86%77.65%-
XYZ36.0648.1227.47-
YUV174.66101.1108.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 127 (50% from 255) = 26.91%
R=31.14%
G=41.95%
B=26.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471981270.2600.360.22103.138.3863.73
Hex93C67F1A02416672640
Octal223306177320442614746100
Binary100100111100011011111111101001001001011011001111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,198,127); }

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

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

 a { background-color: rgb(147,198,127); }

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

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

 span { border-color: rgb(147,198,127); }

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