#929A38

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

Shades of Wasabi #929A38

Tints of Wasabi #929A38

Color information

#929A38 (or 0x929A38) is unknown color: approx Wasabi. HEX triplet: 92, 9A and 38. RGB value is (146,154,56). Sum of RGB (Red+Green+Blue) = 146+154+56=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #929A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929A38 is #6D65C7. Grayscale: #8C8C8C. Windows color (decimal): -7169480 or 3709586. OLE color: 3709586.

HSL color Cylindrical-coordinate representation of color #929A38: hue angle of 64.9º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #929A38 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB14615456-
CMYK0.0500.640.40
HSL64.9º46.67%41.18%-
HSV(B)64.9º63.64%60.39%-
XYZ24.1229.518.17-
YUV140.4480.35131.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 56 (22.27% from 255) = 15.73%
R=41.01%
G=43.26%
B=15.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146154560.0500.640.4064.946.6741.18
Hex929A38504028412f29
Octal2222327050100501015751
Binary1001001010011010111000101010000001010001000001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,56); }

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

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

 a { background-color: rgb(146,154,56); }

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

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

 span { border-color: rgb(146,154,56); }

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