#929D43

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

Shades of Wasabi #929D43

Tints of Wasabi #929D43

Color information

#929D43 (or 0x929D43) is unknown color: approx Wasabi. HEX triplet: 92, 9D and 43. RGB value is (146,157,67). Sum of RGB (Red+Green+Blue) = 146+157+67=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #929D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929D43 is #6D62BC. Grayscale: #8F8F8F. Windows color (decimal): -7168701 or 4431250. OLE color: 4431250.

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

Color convert

RGB14615767-
CMYK0.0700.570.38
HSL67.33º40.18%43.92%-
HSV(B)67.33º57.32%61.57%-
XYZ24.9230.639.91-
YUV143.4584.86129.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 67 (26.56% from 255) = 18.11%
R=39.46%
G=42.43%
B=18.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146157670.0700.570.3867.3340.1843.92
Hex929D4370392643282c
Octal2222351037071461035054
Binary1001001010011101100001111101110011001101000011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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