#93A14E

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

Shades of Green Smoke #93A14E

Tints of Green Smoke #93A14E

Color information

#93A14E (or 0x93A14E) is unknown color: approx Green Smoke. HEX triplet: 93, A1 and 4E. RGB value is (147,161,78). Sum of RGB (Red+Green+Blue) = 147+161+78=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #93A14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A14E is #6C5EB1. Grayscale: #939393. Windows color (decimal): -7102130 or 5153171. OLE color: 5153171.

HSL color Cylindrical-coordinate representation of color #93A14E: hue angle of 70.12º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93A14E is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB14716178-
CMYK0.0900.520.37
HSL70.12º34.73%46.86%-
HSV(B)70.12º51.55%63.14%-
XYZ26.1532.2412.05-
YUV147.3588.86127.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 161 (63.28% from 255) = 41.71%
BLUE value IS 78 (30.86% from 255) = 20.21%
R=38.08%
G=41.71%
B=20.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147161780.0900.520.3770.1234.7346.86
Hex93A14E90342546232f
Octal22324111611064451064357
Binary10010011101000011001110100101101001001011000110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,161,78); }

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

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

 a { background-color: rgb(147,161,78); }

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

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

 span { border-color: rgb(147,161,78); }

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