#929D46

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

Shades of Wasabi #929D46

Tints of Wasabi #929D46

Color information

#929D46 (or 0x929D46) is unknown color: approx Wasabi. HEX triplet: 92, 9D and 46. RGB value is (146,157,70). Sum of RGB (Red+Green+Blue) = 146+157+70=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #929D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929D46 is #6D62B9. Grayscale: #909090. Windows color (decimal): -7168698 or 4627858. OLE color: 4627858.

HSL color Cylindrical-coordinate representation of color #929D46: hue angle of 67.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #929D46 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB14615770-
CMYK0.0700.550.38
HSL67.59º38.33%44.51%-
HSV(B)67.59º55.41%61.57%-
XYZ25.0230.6710.4-
YUV143.7986.36129.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=39.14%
G=42.09%
B=18.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146157700.0700.550.3867.5938.3344.51
Hex929D4670372644262d
Octal2222351067067461044655
Binary1001001010011101100011011101101111001101000100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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