#929D41

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

Shades of Wasabi #929D41

Tints of Wasabi #929D41

Color information

#929D41 (or 0x929D41) is unknown color: approx Wasabi. HEX triplet: 92, 9D and 41. RGB value is (146,157,65). Sum of RGB (Red+Green+Blue) = 146+157+65=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #929D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929D41 is #6D62BE. Grayscale: #8F8F8F. Windows color (decimal): -7168703 or 4300178. OLE color: 4300178.

HSL color Cylindrical-coordinate representation of color #929D41: hue angle of 67.17º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #929D41 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB14615765-
CMYK0.0700.590.38
HSL67.17º41.44%43.53%-
HSV(B)67.17º58.6%61.57%-
XYZ24.8730.619.6-
YUV143.2283.86129.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.67%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=39.67%
G=42.66%
B=17.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146157650.0700.590.3867.1741.4443.53
Hex929D41703B2643292c
Octal2222351017073461035154
Binary1001001010011101100000111101110111001101000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,157,65); }

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

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

 a { background-color: rgb(146,157,65); }

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

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

 span { border-color: rgb(146,157,65); }

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