Html Css Color HEX #93C184 Gossip

📋 copy color: '#93C184'

red 147 ◦ green 193 ◦ blue 132

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

Shades of Gossip #93C184

Tints of Gossip #93C184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.97%

R = 31.14%
G = 40.89%
B = 27.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#93C184 (or 0x93C184) is known color: Gossip. HEX triplet: 93, C1 and 84. RGB value is (147,193,132). Sum of RGB (Red+Green+Blue) = 147+193+132=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #93C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C184 is #6C3E7B. Grayscale: #ACACAC. Windows color (decimal): -7093884 or 8700307. OLE color: 8700307.

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

Color convert

RGB 147 193 132 -
CMYK 0.24 0 0.32 0.24
HSL 105.25º 0.33% 0.64% -
HSV(B) 105.25º 0.32% 0.76% -
XYZ 35.27 46.01 28.85 -
YUV 172.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 147 193 132 0.24 0 0.32 0.24 105.25 0.33 0.64
Hex 93 C1 84 18 0 20 18 69 21 40
Octal 223 301 204 30 0 40 30 151 41 100
Binary 10010011 11000001 10000100 11000 0 100000 11000 1101001 100001 1000000

Color Harmonies of #93C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C184

Black with #93C184

Text Example


Text Example

White with #93C184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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