#929E36

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

Shades of Wasabi #929E36

Tints of Wasabi #929E36

Color information

#929E36 (or 0x929E36) is unknown color: approx Wasabi. HEX triplet: 92, 9E and 36. RGB value is (146,158,54). Sum of RGB (Red+Green+Blue) = 146+158+54=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #929E36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929E36 is #6D61C9. Grayscale: #8E8E8E. Windows color (decimal): -7168458 or 3579538. OLE color: 3579538.

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

Color convert

RGB14615854-
CMYK0.0800.660.38
HSL66.92º49.06%41.57%-
HSV(B)66.92º65.82%61.96%-
XYZ24.7530.838.14-
YUV142.5678.02130.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=40.78%
G=44.13%
B=15.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146158540.0800.660.3866.9249.0641.57
Hex929E3680422643312a
Octal22223666100102461036152
Binary10010010100111101101101000010000101001101000011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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