#85993E

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

Shades of Wasabi #85993E

Tints of Wasabi #85993E

Color information

#85993E (or 0x85993E) is unknown color: approx Wasabi. HEX triplet: 85, 99 and 3E. RGB value is (133,153,62). Sum of RGB (Red+Green+Blue) = 133+153+62=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #85993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85993E is #7A66C1. Grayscale: #888888. Windows color (decimal): -8021698 or 4102533. OLE color: 4102533.

HSL color Cylindrical-coordinate representation of color #85993E: hue angle of 73.19º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85993E is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB13315362-
CMYK0.1300.590.4
HSL73.19º42.33%42.16%-
HSV(B)73.19º59.48%60%-
XYZ21.9328.128.83-
YUV136.6585.87125.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=38.22%
G=43.97%
B=17.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153620.1300.590.473.1942.3342.16
Hex85993ED03B28492a2a
Octal2052317615073501115252
Binary1000010110011001111110110101110111010001001001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85993E; }

 p { color: rgb(133,153,62); }

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

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

 a { background-color: rgb(133,153,62); }

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

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

 span { border-color: rgb(133,153,62); }

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