#85933E

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

Shades of Wasabi #85933E

Tints of Wasabi #85933E

Color information

#85933E (or 0x85933E) is unknown color: approx Wasabi. HEX triplet: 85, 93 and 3E. RGB value is (133,147,62). Sum of RGB (Red+Green+Blue) = 133+147+62=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #85933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85933E is #7A6CC1. Grayscale: #858585. Windows color (decimal): -8023234 or 4100997. OLE color: 4100997.

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

Color convert

RGB13314762-
CMYK0.1000.580.42
HSL69.88º40.67%40.98%-
HSV(B)69.88º57.82%57.65%-
XYZ20.9826.28.51-
YUV133.1287.86127.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=38.89%
G=42.98%
B=18.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147620.1000.580.4269.8840.6740.98
Hex85933EA03A2A462929
Octal2052237612072521065151
Binary1000010110010011111110101001110101010101000110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85933E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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