#929B46

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

Shades of Wasabi #929B46

Tints of Wasabi #929B46

Color information

#929B46 (or 0x929B46) is unknown color: approx Wasabi. HEX triplet: 92, 9B and 46. RGB value is (146,155,70). Sum of RGB (Red+Green+Blue) = 146+155+70=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #929B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929B46 is #6D64B9. Grayscale: #8E8E8E. Windows color (decimal): -7169210 or 4627346. OLE color: 4627346.

HSL color Cylindrical-coordinate representation of color #929B46: hue angle of 66.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #929B46 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB14615570-
CMYK0.0600.550.39
HSL66.35º37.78%44.12%-
HSV(B)66.35º54.84%60.78%-
XYZ24.683010.28-
YUV142.6287.02130.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=39.35%
G=41.78%
B=18.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146155700.0600.550.3966.3537.7844.12
Hex929B4660372742262c
Octal2222331066067471024654
Binary1001001010011011100011011001101111001111000010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,155,70); }

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

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

 a { background-color: rgb(146,155,70); }

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

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

 span { border-color: rgb(146,155,70); }

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