#85934F

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

Shades of Wasabi #85934F

Tints of Wasabi #85934F

Color information

#85934F (or 0x85934F) is unknown color: approx Wasabi. HEX triplet: 85, 93 and 4F. RGB value is (133,147,79). Sum of RGB (Red+Green+Blue) = 133+147+79=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #85934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85934F is #7A6CB0. Grayscale: #878787. Windows color (decimal): -8023217 or 5215109. OLE color: 5215109.

HSL color Cylindrical-coordinate representation of color #85934F: hue angle of 72.35º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85934F is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13314779-
CMYK0.1000.460.42
HSL72.35º30.09%44.31%-
HSV(B)72.35º46.26%57.65%-
XYZ21.5226.4211.36-
YUV135.0696.36126.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=37.05%
G=40.95%
B=22.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147790.1000.460.4272.3530.0944.31
Hex85934FA02E2A481e2c
Octal20522311712056521103654
Binary1000010110010011100111110100101110101010100100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85934F; }

 p { color: rgb(133,147,79); }

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

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

 a { background-color: rgb(133,147,79); }

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

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

 span { border-color: rgb(133,147,79); }

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