#919B46

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

Shades of Wasabi #919B46

Tints of Wasabi #919B46

Color information

#919B46 (or 0x919B46) is unknown color: approx Wasabi. HEX triplet: 91, 9B and 46. RGB value is (145,155,70). Sum of RGB (Red+Green+Blue) = 145+155+70=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #919B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919B46 is #6E64B9. Grayscale: #8E8E8E. Windows color (decimal): -7234746 or 4627345. OLE color: 4627345.

HSL color Cylindrical-coordinate representation of color #919B46: hue angle of 67.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #919B46 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB14515570-
CMYK0.0600.550.39
HSL67.06º37.78%44.12%-
HSV(B)67.06º54.84%60.78%-
XYZ24.529.910.28-
YUV142.3287.19129.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=39.19%
G=41.89%
B=18.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal145155700.0600.550.3967.0637.7844.12
Hex919B4660372743262c
Octal2212331066067471034654
Binary1001000110011011100011011001101111001111000011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919B46; }

 p { color: rgb(145,155,70); }

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

<style>
 a { background-color: #919B46; }

 a { background-color: rgb(145,155,70); }

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

<style>
 span { border-color: #919B46; }

 span { border-color: rgb(145,155,70); }

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