#929E48

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

Shades of Wasabi #929E48

Tints of Wasabi #929E48

Color information

#929E48 (or 0x929E48) is unknown color: approx Wasabi. HEX triplet: 92, 9E and 48. RGB value is (146,158,72). Sum of RGB (Red+Green+Blue) = 146+158+72=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #929E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929E48 is #6D61B7. Grayscale: #909090. Windows color (decimal): -7168440 or 4759186. OLE color: 4759186.

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

Color convert

RGB14615872-
CMYK0.0800.540.38
HSL68.37º37.39%45.1%-
HSV(B)68.37º54.43%61.96%-
XYZ25.2531.0310.79-
YUV144.6187.02128.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=38.83%
G=42.02%
B=19.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146158720.0800.540.3868.3737.3945.1
Hex929E4880362644252d
Octal22223611010066461044555
Binary10010010100111101001000100001101101001101000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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