#919B42

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

Shades of Wasabi #919B42

Tints of Wasabi #919B42

Color information

#919B42 (or 0x919B42) is unknown color: approx Wasabi. HEX triplet: 91, 9B and 42. RGB value is (145,155,66). Sum of RGB (Red+Green+Blue) = 145+155+66=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #919B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919B42 is #6E64BD. Grayscale: #8E8E8E. Windows color (decimal): -7234750 or 4365201. OLE color: 4365201.

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

Color convert

RGB14515566-
CMYK0.0600.570.39
HSL66.74º40.27%43.33%-
HSV(B)66.74º57.42%60.78%-
XYZ24.3829.869.63-
YUV141.8685.19130.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=39.62%
G=42.35%
B=18.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal145155660.0600.570.3966.7440.2743.33
Hex919B4260392743282b
Octal2212331026071471035053
Binary1001000110011011100001011001110011001111000011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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