#929B44

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

Shades of Wasabi #929B44

Tints of Wasabi #929B44

Color information

#929B44 (or 0x929B44) is unknown color: approx Wasabi. HEX triplet: 92, 9B and 44. RGB value is (146,155,68). Sum of RGB (Red+Green+Blue) = 146+155+68=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #929B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929B44 is #6D64BB. Grayscale: #8E8E8E. Windows color (decimal): -7169212 or 4496274. OLE color: 4496274.

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

Color convert

RGB14615568-
CMYK0.0600.560.39
HSL66.21º39.01%43.73%-
HSV(B)66.21º56.13%60.78%-
XYZ24.6229.979.96-
YUV142.3986.02130.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=39.57%
G=42.01%
B=18.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146155680.0600.560.3966.2139.0143.73
Hex929B4460382742272c
Octal2222331046070471024754
Binary1001001010011011100010011001110001001111000010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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