#939B34

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

Shades of Wasabi #939B34

Tints of Wasabi #939B34

Color information

#939B34 (or 0x939B34) is unknown color: approx Wasabi. HEX triplet: 93, 9B and 34. RGB value is (147,155,52). Sum of RGB (Red+Green+Blue) = 147+155+52=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #939B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939B34 is #6C64CB. Grayscale: #8D8D8D. Windows color (decimal): -7103692 or 3447699. OLE color: 3447699.

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

Color convert

RGB14715552-
CMYK0.0500.660.39
HSL64.66º49.76%40.59%-
HSV(B)64.66º66.45%60.78%-
XYZ24.3729.897.73-
YUV140.8777.85132.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 52 (20.70% from 255) = 14.69%
R=41.53%
G=43.79%
B=14.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147155520.0500.660.3964.6649.7640.59
Hex939B34504227413229
Octal2232336450102471016251
Binary1001001110011011110100101010000101001111000001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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