#93A450

Color #93A450 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #93A450

Tints of Green Smoke #93A450

Color information

#93A450 (or 0x93A450) is unknown color: approx Green Smoke. HEX triplet: 93, A4 and 50. RGB value is (147,164,80). Sum of RGB (Red+Green+Blue) = 147+164+80=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #93A450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A450 is #6C5BAF. Grayscale: #959595. Windows color (decimal): -7101360 or 5285011. OLE color: 5285011.

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

Color convert

RGB14716480-
CMYK0.1000.510.36
HSL72.14º34.43%47.84%-
HSV(B)72.14º51.22%64.31%-
XYZ26.7633.3312.61-
YUV149.3488.87126.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=37.60%
G=41.94%
B=20.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147164800.1000.510.3672.1434.4347.84
Hex93A450A03324482230
Octal22324412012063441104260
Binary10010011101001001010000101001100111001001001000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93A450;
 }
 .AnyTagClassName
 {
   color: #93A450;
 }
</style>
background-color css

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

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

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

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

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

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