#858A46

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

Shades of Wasabi #858A46

Tints of Wasabi #858A46

Color information

#858A46 (or 0x858A46) is unknown color: approx Wasabi. HEX triplet: 85, 8A and 46. RGB value is (133,138,70). Sum of RGB (Red+Green+Blue) = 133+138+70=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #858A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A46 is #7A75B9. Grayscale: #818181. Windows color (decimal): -8025530 or 4622981. OLE color: 4622981.

HSL color Cylindrical-coordinate representation of color #858A46: hue angle of 64.41º degrees, saturation: 0.33, 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 #858A46 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB13313870-
CMYK0.0400.490.46
HSL64.41º32.69%40.78%-
HSV(B)64.41º49.28%54.12%-
XYZ19.8723.619.3-
YUV128.7594.84131.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=39.00%
G=40.47%
B=20.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133138700.0400.490.4664.4132.6940.78
Hex858A4640312E402129
Octal2052121064061561004151
Binary1000010110001010100011010001100011011101000000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858A46; }

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

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

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

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

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

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

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

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