#94a15c

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

Shades of Green Smoke #94A15C

Tints of Green Smoke #94A15C

Color information

#94A15C (or 0x94A15C) is unknown color: approx Green Smoke. HEX triplet: 94, A1 and 5C. RGB value is (148,161,92). Sum of RGB (Red+Green+Blue) = 148+161+92=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #94A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A15C is #6B5EA3. Grayscale: #959595. Windows color (decimal): -7036580 or 6070676. OLE color: 6070676.

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

Color convert

RGB14816192-
CMYK0.0800.430.37
HSL71.3º27.27%49.61%-
HSV(B)71.3º42.86%63.14%-
XYZ26.8932.5614.99-
YUV149.2595.69127.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=36.91%
G=40.15%
B=22.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148161920.0800.430.3771.327.2749.61
Hex94A15C802B25471b32
Octal22424113410053451073362
Binary1001010010100001101110010000101011100101100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94a15c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94a15c; }

 p { color: rgb(148,161,92); }

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

<style>
 a { background-color: #94a15c; }

 a { background-color: rgb(148,161,92); }

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

<style>
 span { border-color: #94a15c; }

 span { border-color: rgb(148,161,92); }

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