Html Css Color HEX #93A05C Green Smoke

📋 copy color: '#93A05C'

red 147 ◦ green 160 ◦ blue 92

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

Shades of Green Smoke #93A05C

Tints of Green Smoke #93A05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 36.84%
G = 40.1%
B = 23.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#93A05C (or 0x93A05C) is known color: Green Smoke. HEX triplet: 93, A0 and 5C. RGB value is (147,160,92). Sum of RGB (Red+Green+Blue) = 147+160+92=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #93A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A05C is #6C5FA3. Grayscale: #949494. Windows color (decimal): -7102372 or 6070419. OLE color: 6070419.

HSL color Cylindrical-coordinate representation of color #93A05C: hue angle of 71.47º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93A05C is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 160 92 -
CMYK 0.08 0 0.43 0.37
HSL 71.47º 0.27% 0.49% -
HSV(B) 71.47º 0.43% 0.63% -
XYZ 26.54 32.12 14.93 -
YUV 148.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 147 160 92 0.08 0 0.43 0.37 71.47 0.27 0.49
Hex 93 A0 5C 8 0 2B 25 47 1B 31
Octal 223 240 134 10 0 53 45 107 33 61
Binary 10010011 10100000 1011100 1000 0 101011 100101 1000111 11011 110001

Color Harmonies of #93A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A05C

Black with #93A05C

Text Example


Text Example

White with #93A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,160,92); }

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

background-color css

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

 a { background-color: rgb(147,160,92); }

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

border-color css

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

 span { border-color: rgb(147,160,92); }

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