#84924E

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

Shades of Wasabi #84924E

Tints of Wasabi #84924E

Color information

#84924E (or 0x84924E) is unknown color: approx Wasabi. HEX triplet: 84, 92 and 4E. RGB value is (132,146,78). Sum of RGB (Red+Green+Blue) = 132+146+78=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #84924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84924E is #7B6DB1. Grayscale: #868686. Windows color (decimal): -8089010 or 5149316. OLE color: 5149316.

HSL color Cylindrical-coordinate representation of color #84924E: hue angle of 72.35º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84924E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB13214678-
CMYK0.1000.470.43
HSL72.35º30.36%43.92%-
HSV(B)72.35º46.58%57.25%-
XYZ21.1726.0111.11-
YUV134.0696.36126.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=37.08%
G=41.01%
B=21.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146780.1000.470.4372.3530.3643.92
Hex84924EA02F2B481e2c
Octal20422211612057531103654
Binary1000010010010010100111010100101111101011100100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,146,78); }

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

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

 a { background-color: rgb(132,146,78); }

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

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

 span { border-color: rgb(132,146,78); }

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