Html Css Color HEX #93D976 Gossip

📋 copy color: '#93D976'

red 147 ◦ green 217 ◦ blue 118

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

Shades of Gossip #93D976

Tints of Gossip #93D976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 30.5%
G = 45.02%
B = 24.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#93D976 (or 0x93D976) is known color: Gossip. HEX triplet: 93, D9 and 76. RGB value is (147,217,118). Sum of RGB (Red+Green+Blue) = 147+217+118=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #93D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D976 is #6C2689. Grayscale: #B9B9B9. Windows color (decimal): -7087754 or 7788947. OLE color: 7788947.

HSL color Cylindrical-coordinate representation of color #93D976: hue angle of 102.42º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93D976 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 217 118 -
CMYK 0.32 0 0.46 0.15
HSL 102.42º 0.57% 0.66% -
HSV(B) 102.42º 0.46% 0.85% -
XYZ 40.12 57.14 26.05 -
YUV 184.78 90.31 101.05 -
System Red Green Blue C M Y K H S L
Decimal 147 217 118 0.32 0 0.46 0.15 102.42 0.57 0.66
Hex 93 D9 76 20 0 2E F 66 39 42
Octal 223 331 166 40 0 56 17 146 71 102
Binary 10010011 11011001 1110110 100000 0 101110 1111 1100110 111001 1000010

Color Harmonies of #93D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D976

Black with #93D976

Text Example


Text Example

White with #93D976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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