#929E43

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

Shades of Wasabi #929E43

Tints of Wasabi #929E43

Color information

#929E43 (or 0x929E43) is unknown color: approx Wasabi. HEX triplet: 92, 9E and 43. RGB value is (146,158,67). Sum of RGB (Red+Green+Blue) = 146+158+67=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #929E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929E43 is #6D61BC. Grayscale: #909090. Windows color (decimal): -7168445 or 4431506. OLE color: 4431506.

HSL color Cylindrical-coordinate representation of color #929E43: hue angle of 67.91º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #929E43 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB14615867-
CMYK0.0800.580.38
HSL67.91º40.44%44.12%-
HSV(B)67.91º57.59%61.96%-
XYZ25.0930.979.97-
YUV144.0484.52129.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 67 (26.56% from 255) = 18.06%
R=39.35%
G=42.59%
B=18.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146158670.0800.580.3867.9140.4444.12
Hex929E43803A2644282c
Octal22223610310072461045054
Binary10010010100111101000011100001110101001101000100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929E43; }

 p { color: rgb(146,158,67); }

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

<style>
 a { background-color: #929E43; }

 a { background-color: rgb(146,158,67); }

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

<style>
 span { border-color: #929E43; }

 span { border-color: rgb(146,158,67); }

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