#859946

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

Shades of Wasabi #859946

Tints of Wasabi #859946

Color information

#859946 (or 0x859946) is unknown color: approx Wasabi. HEX triplet: 85, 99 and 46. RGB value is (133,153,70). Sum of RGB (Red+Green+Blue) = 133+153+70=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #859946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859946 is #7A66B9. Grayscale: #898989. Windows color (decimal): -8021690 or 4626821. OLE color: 4626821.

HSL color Cylindrical-coordinate representation of color #859946: hue angle of 74.46º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #859946 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB13315370-
CMYK0.1300.540.4
HSL74.46º37.22%43.73%-
HSV(B)74.46º54.25%60%-
XYZ22.1728.2110.07-
YUV137.5689.87124.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=37.36%
G=42.98%
B=19.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153700.1300.540.474.4637.2243.73
Hex859946D036284a252c
Octal20523110615066501124554
Binary10000101100110011000110110101101101010001001010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859946; }

 p { color: rgb(133,153,70); }

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

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

 a { background-color: rgb(133,153,70); }

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

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

 span { border-color: rgb(133,153,70); }

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