#858942

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

Shades of Wasabi #858942

Tints of Wasabi #858942

Color information

#858942 (or 0x858942) is unknown color: approx Wasabi. HEX triplet: 85, 89 and 42. RGB value is (133,137,66). Sum of RGB (Red+Green+Blue) = 133+137+66=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #858942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858942 is #7A76BD. Grayscale: #7F7F7F. Windows color (decimal): -8025790 or 4360581. OLE color: 4360581.

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

Color convert

RGB13313766-
CMYK0.0300.520.46
HSL63.38º34.98%39.8%-
HSV(B)63.38º51.82%53.73%-
XYZ19.623.278.61-
YUV127.7193.17131.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=39.58%
G=40.77%
B=19.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137660.0300.520.4663.3834.9839.8
Hex85894230342E3f2328
Octal205211102306456774350
Binary10000101100010011000010110110100101110111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858942; }

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

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

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

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

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

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

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

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