#929E42

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

Shades of Wasabi #929E42

Tints of Wasabi #929E42

Color information

#929E42 (or 0x929E42) is unknown color: approx Wasabi. HEX triplet: 92, 9E and 42. RGB value is (146,158,66). Sum of RGB (Red+Green+Blue) = 146+158+66=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #929E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929E42 is #6D61BD. Grayscale: #909090. Windows color (decimal): -7168446 or 4365970. OLE color: 4365970.

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

Color convert

RGB14615866-
CMYK0.0800.580.38
HSL67.83º41.07%43.92%-
HSV(B)67.83º58.23%61.96%-
XYZ25.0630.969.81-
YUV143.9284.02129.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=39.46%
G=42.70%
B=17.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146158660.0800.580.3867.8341.0743.92
Hex929E42803A2644292c
Octal22223610210072461045154
Binary10010010100111101000010100001110101001101000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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