#859B49

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

Shades of Wasabi #859B49

Tints of Wasabi #859B49

Color information

#859B49 (or 0x859B49) is unknown color: approx Wasabi. HEX triplet: 85, 9B and 49. RGB value is (133,155,73). Sum of RGB (Red+Green+Blue) = 133+155+73=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #859B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B49 is #7A64B6. Grayscale: #8B8B8B. Windows color (decimal): -8021175 or 4823941. OLE color: 4823941.

HSL color Cylindrical-coordinate representation of color #859B49: hue angle of 76.1º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #859B49 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB13315573-
CMYK0.1400.530.39
HSL76.1º35.96%44.71%-
HSV(B)76.1º52.9%60.78%-
XYZ22.628.9110.69-
YUV139.0790.71123.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=36.84%
G=42.94%
B=20.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133155730.1400.530.3976.135.9644.71
Hex859B49E035274c242d
Octal20523311116065471144455
Binary10000101100110111001001111001101011001111001100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859B49; }

 p { color: rgb(133,155,73); }

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

<style>
 a { background-color: #859B49; }

 a { background-color: rgb(133,155,73); }

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

<style>
 span { border-color: #859B49; }

 span { border-color: rgb(133,155,73); }

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