Html Css Color HEX #93D96D Gossip

📋 copy color: '#93D96D'

red 147 ◦ green 217 ◦ blue 109

#93D96D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #93D96D

Tints of Gossip #93D96D

RGB

 RED value IS 147 (57.81% from 255) = 31.08%

 GREEN value IS 217 (85.16% from 255) = 45.88%

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 31.08%
G = 45.88%
B = 23.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#93D96D (or 0x93D96D) is known color: Gossip. HEX triplet: 93, D9 and 6D. RGB value is (147,217,109). Sum of RGB (Red+Green+Blue) = 147+217+109=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #93D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D96D is #6C2692. Grayscale: #B8B8B8. Windows color (decimal): -7087763 or 7199123. OLE color: 7199123.

HSL color Cylindrical-coordinate representation of color #93D96D: hue angle of 98.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93D96D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 217 109 -
CMYK 0.32 0 0.50 0.15
HSL 98.89º 0.59% 0.64% -
HSV(B) 98.89º 0.5% 0.85% -
XYZ 39.61 56.93 23.37 -
YUV 183.76 85.81 101.78 -
System Red Green Blue C M Y K H S L
Decimal 147 217 109 0.32 0 0.50 0.15 98.89 0.59 0.64
Hex 93 D9 6D 20 0 32 F 63 3B 40
Octal 223 331 155 40 0 62 17 143 73 100
Binary 10010011 11011001 1101101 100000 0 110010 1111 1100011 111011 1000000

Color Harmonies of #93D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D96D

Black with #93D96D

Text Example


Text Example

White with #93D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,217,109); }

 H1.HeaderClassName
 {
   color: #93D96D;
 }
 .AnyTagClassName
 {
   color: #93D96D;
 }
</style>

background-color css

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

 a { background-color: rgb(147,217,109); }

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

border-color css

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

 span { border-color: rgb(147,217,109); }

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