#85964A

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

Shades of Wasabi #85964A

Tints of Wasabi #85964A

Color information

#85964A (or 0x85964A) is unknown color: approx Wasabi. HEX triplet: 85, 96 and 4A. RGB value is (133,150,74). Sum of RGB (Red+Green+Blue) = 133+150+74=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #85964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85964A is #7A69B5. Grayscale: #888888. Windows color (decimal): -8022454 or 4888197. OLE color: 4888197.

HSL color Cylindrical-coordinate representation of color #85964A: hue angle of 73.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85964A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB13315074-
CMYK0.1100.510.41
HSL73.42º33.93%43.92%-
HSV(B)73.42º50.67%58.82%-
XYZ21.8227.2910.6-
YUV136.2592.87125.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=37.25%
G=42.02%
B=20.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133150740.1100.510.4173.4233.9343.92
Hex85964AB0332949222c
Octal20522611213063511114254
Binary10000101100101101001010101101100111010011001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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