Html Css Color HEX #93A460 Green Smoke

📋 copy color: '#93A460'

red 147 ◦ green 164 ◦ blue 96

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

Shades of Green Smoke #93A460

Tints of Green Smoke #93A460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 36.12%
G = 40.29%
B = 23.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#93A460 (or 0x93A460) is known color: Green Smoke. HEX triplet: 93, A4 and 60. RGB value is (147,164,96). Sum of RGB (Red+Green+Blue) = 147+164+96=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #93A460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A460 is #6C5B9F. Grayscale: #979797. Windows color (decimal): -7101344 or 6333587. OLE color: 6333587.

HSL color Cylindrical-coordinate representation of color #93A460: hue angle of 75º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93A460 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 147 164 96 -
CMYK 0.10 0 0.41 0.36
HSL 75º 0.27% 0.51% -
HSV(B) 75º 0.41% 0.64% -
XYZ 27.42 33.6 16.11 -
YUV 151.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 147 164 96 0.10 0 0.41 0.36 75 0.27 0.51
Hex 93 A4 60 A 0 29 24 4B 1B 33
Octal 223 244 140 12 0 51 44 113 33 63
Binary 10010011 10100100 1100000 1010 0 101001 100100 1001011 11011 110011

Color Harmonies of #93A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A460

Black with #93A460

Text Example


Text Example

White with #93A460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,164,96); }

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

background-color css

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

 a { background-color: rgb(147,164,96); }

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

border-color css

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

 span { border-color: rgb(147,164,96); }

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