Html Css Color HEX #93C382 Gossip

📋 copy color: '#93C382'

red 147 ◦ green 195 ◦ blue 130

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

Shades of Gossip #93C382

Tints of Gossip #93C382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 31.14%
G = 41.31%
B = 27.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#93C382 (or 0x93C382) is known color: Gossip. HEX triplet: 93, C3 and 82. RGB value is (147,195,130). Sum of RGB (Red+Green+Blue) = 147+195+130=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #93C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C382 is #6C3C7D. Grayscale: #ADADAD. Windows color (decimal): -7093374 or 8569747. OLE color: 8569747.

HSL color Cylindrical-coordinate representation of color #93C382: hue angle of 104.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C382 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 195 130 -
CMYK 0.25 0 0.33 0.24
HSL 104.31º 0.35% 0.64% -
HSV(B) 104.31º 0.33% 0.76% -
XYZ 35.58 46.84 28.29 -
YUV 173.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 147 195 130 0.25 0 0.33 0.24 104.31 0.35 0.64
Hex 93 C3 82 19 0 21 18 68 23 40
Octal 223 303 202 31 0 41 30 150 43 100
Binary 10010011 11000011 10000010 11001 0 100001 11000 1101000 100011 1000000

Color Harmonies of #93C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C382

Black with #93C382

Text Example


Text Example

White with #93C382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,195,130); }

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

background-color css

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

 a { background-color: rgb(147,195,130); }

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

border-color css

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

 span { border-color: rgb(147,195,130); }

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