Html Css Color HEX #93A55F Green Smoke

📋 copy color: '#93A55F'

red 147 ◦ green 165 ◦ blue 95

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

Shades of Green Smoke #93A55F

Tints of Green Smoke #93A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 36.12%
G = 40.54%
B = 23.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#93A55F (or 0x93A55F) is known color: Green Smoke. HEX triplet: 93, A5 and 5F. RGB value is (147,165,95). Sum of RGB (Red+Green+Blue) = 147+165+95=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #93A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A55F is #6C5AA0. Grayscale: #979797. Windows color (decimal): -7101089 or 6268307. OLE color: 6268307.

HSL color Cylindrical-coordinate representation of color #93A55F: hue angle of 75.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93A55F is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 165 95 -
CMYK 0.11 0 0.42 0.35
HSL 75.43º 0.28% 0.51% -
HSV(B) 75.43º 0.42% 0.65% -
XYZ 27.55 33.94 15.93 -
YUV 151.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 147 165 95 0.11 0 0.42 0.35 75.43 0.28 0.51
Hex 93 A5 5F B 0 2A 23 4B 1C 33
Octal 223 245 137 13 0 52 43 113 34 63
Binary 10010011 10100101 1011111 1011 0 101010 100011 1001011 11100 110011

Color Harmonies of #93A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A55F

Black with #93A55F

Text Example


Text Example

White with #93A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,165,95); }

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

background-color css

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

 a { background-color: rgb(147,165,95); }

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

border-color css

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

 span { border-color: rgb(147,165,95); }

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