#929B48

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

Shades of Wasabi #929B48

Tints of Wasabi #929B48

Color information

#929B48 (or 0x929B48) is unknown color: approx Wasabi. HEX triplet: 92, 9B and 48. RGB value is (146,155,72). Sum of RGB (Red+Green+Blue) = 146+155+72=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #929B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929B48 is #6D64B7. Grayscale: #8F8F8F. Windows color (decimal): -7169208 or 4758418. OLE color: 4758418.

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

Color convert

RGB14615572-
CMYK0.0600.540.39
HSL66.51º36.56%44.51%-
HSV(B)66.51º53.55%60.78%-
XYZ24.7530.0210.62-
YUV142.8588.02130.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=39.14%
G=41.55%
B=19.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146155720.0600.540.3966.5136.5644.51
Hex929B4860362743252d
Octal2222331106066471034555
Binary1001001010011011100100011001101101001111000011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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