#929B45

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

Shades of Wasabi #929B45

Tints of Wasabi #929B45

Color information

#929B45 (or 0x929B45) is unknown color: approx Wasabi. HEX triplet: 92, 9B and 45. RGB value is (146,155,69). Sum of RGB (Red+Green+Blue) = 146+155+69=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #929B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929B45 is #6D64BA. Grayscale: #8E8E8E. Windows color (decimal): -7169211 or 4561810. OLE color: 4561810.

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

Color convert

RGB14615569-
CMYK0.0600.550.39
HSL66.28º38.39%43.92%-
HSV(B)66.28º55.48%60.78%-
XYZ24.6529.9810.12-
YUV142.5186.52130.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=39.46%
G=41.89%
B=18.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146155690.0600.550.3966.2838.3943.92
Hex929B4560372742262c
Octal2222331056067471024654
Binary1001001010011011100010111001101111001111000010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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