#94A138

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

Shades of Wasabi #94A138

Tints of Wasabi #94A138

Color information

#94A138 (or 0x94A138) is unknown color: approx Wasabi. HEX triplet: 94, A1 and 38. RGB value is (148,161,56). Sum of RGB (Red+Green+Blue) = 148+161+56=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #94A138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A138 is #6B5EC7. Grayscale: #919191. Windows color (decimal): -7036616 or 3711380. OLE color: 3711380.

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

Color convert

RGB14816156-
CMYK0.0800.650.37
HSL67.43º48.39%42.55%-
HSV(B)67.43º65.22%63.14%-
XYZ25.6732.078.58-
YUV145.1477.69130.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 161 (63.28% from 255) = 44.11%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=40.55%
G=44.11%
B=15.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148161560.0800.650.3767.4348.3942.55
Hex94A13880412543302b
Octal22424170100101451036053
Binary10010100101000011110001000010000011001011000011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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