Html Css Color HEX #93C980 Gossip

📋 copy color: '#93C980'

red 147 ◦ green 201 ◦ blue 128

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

Shades of Gossip #93C980

Tints of Gossip #93C980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 30.88%
G = 42.23%
B = 26.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#93C980 (or 0x93C980) is known color: Gossip. HEX triplet: 93, C9 and 80. RGB value is (147,201,128). Sum of RGB (Red+Green+Blue) = 147+201+128=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #93C980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C980 is #6C367F. Grayscale: #B0B0B0. Windows color (decimal): -7091840 or 8440211. OLE color: 8440211.

HSL color Cylindrical-coordinate representation of color #93C980: hue angle of 104.38º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93C980 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 201 128 -
CMYK 0.27 0 0.36 0.21
HSL 104.38º 0.4% 0.65% -
HSV(B) 104.38º 0.36% 0.79% -
XYZ 36.82 49.53 28.04 -
YUV 176.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 147 201 128 0.27 0 0.36 0.21 104.38 0.4 0.65
Hex 93 C9 80 1B 0 24 15 68 28 41
Octal 223 311 200 33 0 44 25 150 50 101
Binary 10010011 11001001 10000000 11011 0 100100 10101 1101000 101000 1000001

Color Harmonies of #93C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C980

Black with #93C980

Text Example


Text Example

White with #93C980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,201,128); }

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

background-color css

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

 a { background-color: rgb(147,201,128); }

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

border-color css

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

 span { border-color: rgb(147,201,128); }

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