#929E45

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

Shades of Wasabi #929E45

Tints of Wasabi #929E45

Color information

#929E45 (or 0x929E45) is unknown color: approx Wasabi. HEX triplet: 92, 9E and 45. RGB value is (146,158,69). Sum of RGB (Red+Green+Blue) = 146+158+69=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #929E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929E45 is #6D61BA. Grayscale: #909090. Windows color (decimal): -7168443 or 4562578. OLE color: 4562578.

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

Color convert

RGB14615869-
CMYK0.0800.560.38
HSL68.09º39.21%44.51%-
HSV(B)68.09º56.33%61.96%-
XYZ25.1630.9910.29-
YUV144.2785.52129.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=39.14%
G=42.36%
B=18.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146158690.0800.560.3868.0939.2144.51
Hex929E4580382644272d
Octal22223610510070461044755
Binary10010010100111101000101100001110001001101000100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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