#85934A

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

Shades of Wasabi #85934A

Tints of Wasabi #85934A

Color information

#85934A (or 0x85934A) is unknown color: approx Wasabi. HEX triplet: 85, 93 and 4A. RGB value is (133,147,74). Sum of RGB (Red+Green+Blue) = 133+147+74=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #85934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85934A is #7A6CB5. Grayscale: #868686. Windows color (decimal): -8023222 or 4887429. OLE color: 4887429.

HSL color Cylindrical-coordinate representation of color #85934A: hue angle of 71.51º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85934A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB13314774-
CMYK0.1000.500.42
HSL71.51º33.03%43.33%-
HSV(B)71.51º49.66%57.65%-
XYZ21.3426.3510.44-
YUV134.4993.86126.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=37.57%
G=41.53%
B=20.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147740.1000.500.4271.5133.0343.33
Hex85934AA0322A48212b
Octal20522311212062521104153
Binary10000101100100111001010101001100101010101001000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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