#859550

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

Shades of Wasabi #859550

Tints of Wasabi #859550

Color information

#859550 (or 0x859550) is unknown color: approx Wasabi. HEX triplet: 85, 95 and 50. RGB value is (133,149,80). Sum of RGB (Red+Green+Blue) = 133+149+80=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #859550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859550 is #7A6AAF. Grayscale: #888888. Windows color (decimal): -8022704 or 5281157. OLE color: 5281157.

HSL color Cylindrical-coordinate representation of color #859550: hue angle of 73.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #859550 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13314980-
CMYK0.1100.460.42
HSL73.91º30.13%44.9%-
HSV(B)73.91º46.31%58.43%-
XYZ21.8727.0611.66-
YUV136.3596.2125.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=36.74%
G=41.16%
B=22.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149800.1100.460.4273.9130.1344.9
Hex859550B02E2A4a1e2d
Octal20522512013056521123655
Binary1000010110010101101000010110101110101010100101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859550; }

 p { color: rgb(133,149,80); }

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

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

 a { background-color: rgb(133,149,80); }

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

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

 span { border-color: rgb(133,149,80); }

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