#939B38

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

Shades of Wasabi #939B38

Tints of Wasabi #939B38

Color information

#939B38 (or 0x939B38) is unknown color: approx Wasabi. HEX triplet: 93, 9B and 38. RGB value is (147,155,56). Sum of RGB (Red+Green+Blue) = 147+155+56=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #939B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939B38 is #6C64C7. Grayscale: #8D8D8D. Windows color (decimal): -7103688 or 3709843. OLE color: 3709843.

HSL color Cylindrical-coordinate representation of color #939B38: hue angle of 64.85º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #939B38 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB14715556-
CMYK0.0500.640.39
HSL64.85º46.92%41.37%-
HSV(B)64.85º63.87%60.78%-
XYZ24.4729.938.23-
YUV141.3279.85132.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=41.06%
G=43.30%
B=15.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147155560.0500.640.3964.8546.9241.37
Hex939B38504027412f29
Octal2232337050100471015751
Binary1001001110011011111000101010000001001111000001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939B38; }

 p { color: rgb(147,155,56); }

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

<style>
 a { background-color: #939B38; }

 a { background-color: rgb(147,155,56); }

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

<style>
 span { border-color: #939B38; }

 span { border-color: rgb(147,155,56); }

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