Html Css Color HEX #93C182 Gossip

📋 copy color: '#93C182'

red 147 ◦ green 193 ◦ blue 130

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

Shades of Gossip #93C182

Tints of Gossip #93C182

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.06%

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

R = 31.28%
G = 41.06%
B = 27.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#93C182 (or 0x93C182) is known color: Gossip. HEX triplet: 93, C1 and 82. RGB value is (147,193,130). Sum of RGB (Red+Green+Blue) = 147+193+130=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #93C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C182 is #6C3E7D. Grayscale: #ACACAC. Windows color (decimal): -7093886 or 8569235. OLE color: 8569235.

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

Color convert

RGB 147 193 130 -
CMYK 0.24 0 0.33 0.24
HSL 103.81º 0.34% 0.63% -
HSV(B) 103.81º 0.33% 0.76% -
XYZ 35.13 45.95 28.14 -
YUV 172.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 147 193 130 0.24 0 0.33 0.24 103.81 0.34 0.63
Hex 93 C1 82 18 0 21 18 68 22 3F
Octal 223 301 202 30 0 41 30 150 42 77
Binary 10010011 11000001 10000010 11000 0 100001 11000 1101000 100010 111111

Color Harmonies of #93C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C182

Black with #93C182

Text Example


Text Example

White with #93C182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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