#858946

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

Shades of Wasabi #858946

Tints of Wasabi #858946

Color information

#858946 (or 0x858946) is unknown color: approx Wasabi. HEX triplet: 85, 89 and 46. RGB value is (133,137,70). Sum of RGB (Red+Green+Blue) = 133+137+70=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #858946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858946 is #7A76B9. Grayscale: #808080. Windows color (decimal): -8025786 or 4622725. OLE color: 4622725.

HSL color Cylindrical-coordinate representation of color #858946: hue angle of 63.58º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #858946 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB13313770-
CMYK0.0300.490.46
HSL63.58º32.37%40.59%-
HSV(B)63.58º48.91%53.73%-
XYZ19.7223.329.26-
YUV128.1795.17131.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=39.12%
G=40.29%
B=20.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137700.0300.490.4663.5832.3740.59
Hex85894630312E402029
Octal2052111063061561004051
Binary100001011000100110001101101100011011101000000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858946; }

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

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

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

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

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

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

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

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