#84932D

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

Shades of Wasabi #84932D

Tints of Wasabi #84932D

Color information

#84932D (or 0x84932D) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 2D. RGB value is (132,147,45). Sum of RGB (Red+Green+Blue) = 132+147+45=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #84932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84932D is #7B6CD2. Grayscale: #838383. Windows color (decimal): -8088787 or 2986884. OLE color: 2986884.

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

Color convert

RGB13214745-
CMYK0.1000.690.42
HSL68.82º53.12%37.65%-
HSV(B)68.82º69.39%57.65%-
XYZ20.4225.966.42-
YUV130.8979.53128.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 45 (17.97% from 255) = 13.89%
R=40.74%
G=45.37%
B=13.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147450.1000.690.4268.8253.1237.65
Hex84932DA0452A453526
Octal20422355120105521056546
Binary10000100100100111011011010010001011010101000101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84932D; }

 p { color: rgb(132,147,45); }

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

<style>
 a { background-color: #84932D; }

 a { background-color: rgb(132,147,45); }

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

<style>
 span { border-color: #84932D; }

 span { border-color: rgb(132,147,45); }

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