#858B4E

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

Shades of Wasabi #858B4E

Tints of Wasabi #858B4E

Color information

#858B4E (or 0x858B4E) is unknown color: approx Wasabi. HEX triplet: 85, 8B and 4E. RGB value is (133,139,78). Sum of RGB (Red+Green+Blue) = 133+139+78=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #858B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B4E is #7A74B1. Grayscale: #828282. Windows color (decimal): -8025266 or 5147525. OLE color: 5147525.

HSL color Cylindrical-coordinate representation of color #858B4E: hue angle of 65.9º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858B4E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB13313978-
CMYK0.0400.440.45
HSL65.9º28.11%42.55%-
HSV(B)65.9º43.88%54.51%-
XYZ20.282410.77-
YUV130.2598.51129.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=38%
G=39.71%
B=22.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133139780.0400.440.4565.928.1142.55
Hex858B4E402C2D421c2b
Octal2052131164054551023453
Binary100001011000101110011101000101100101101100001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,139,78); }

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

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

 a { background-color: rgb(133,139,78); }

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

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

 span { border-color: rgb(133,139,78); }

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