#929C3B

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

Shades of Wasabi #929C3B

Tints of Wasabi #929C3B

Color information

#929C3B (or 0x929C3B) is unknown color: approx Wasabi. HEX triplet: 92, 9C and 3B. RGB value is (146,156,59). Sum of RGB (Red+Green+Blue) = 146+156+59=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #929C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929C3B is #6D63C4. Grayscale: #8E8E8E. Windows color (decimal): -7168965 or 3906706. OLE color: 3906706.

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

Color convert

RGB14615659-
CMYK0.0600.620.39
HSL66.19º45.12%42.16%-
HSV(B)66.19º62.18%61.18%-
XYZ24.5330.28.67-
YUV141.9581.19130.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=40.44%
G=43.21%
B=16.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146156590.0600.620.3966.1945.1242.16
Hex929C3B603E27422d2a
Octal222234736076471025552
Binary100100101001110011101111001111101001111000010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,156,59); }

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

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

 a { background-color: rgb(146,156,59); }

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

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

 span { border-color: rgb(146,156,59); }

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