#84912E

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

Shades of Wasabi #84912E

Tints of Wasabi #84912E

Color information

#84912E (or 0x84912E) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 2E. RGB value is (132,145,46). Sum of RGB (Red+Green+Blue) = 132+145+46=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #84912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84912E is #7B6ED1. Grayscale: #828282. Windows color (decimal): -8089298 or 3051908. OLE color: 3051908.

HSL color Cylindrical-coordinate representation of color #84912E: hue angle of 67.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84912E is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB13214546-
CMYK0.0900.680.43
HSL67.88º51.83%37.45%-
HSV(B)67.88º68.28%56.86%-
XYZ20.1325.356.42-
YUV129.8380.69129.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=40.87%
G=44.89%
B=14.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145460.0900.680.4367.8851.8337.45
Hex84912E90442B443425
Octal20422156110104531046445
Binary10000100100100011011101001010001001010111000100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,145,46); }

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

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

 a { background-color: rgb(132,145,46); }

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

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

 span { border-color: rgb(132,145,46); }

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