#84962C

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

Shades of Wasabi #84962C

Tints of Wasabi #84962C

Color information

#84962C (or 0x84962C) is unknown color: approx Wasabi. HEX triplet: 84, 96 and 2C. RGB value is (132,150,44). Sum of RGB (Red+Green+Blue) = 132+150+44=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #84962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84962C is #7B69D3. Grayscale: #848484. Windows color (decimal): -8088020 or 2922116. OLE color: 2922116.

HSL color Cylindrical-coordinate representation of color #84962C: hue angle of 70.19º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84962C is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB13215044-
CMYK0.1200.710.41
HSL70.19º54.64%38.04%-
HSV(B)70.19º70.67%58.82%-
XYZ20.8826.96.47-
YUV132.5378.04127.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=40.49%
G=46.01%
B=13.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150440.1200.710.4170.1954.6438.04
Hex84962CC04729463726
Octal20422654140107511066746
Binary10000100100101101011001100010001111010011000110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84962C; }

 p { color: rgb(132,150,44); }

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

<style>
 a { background-color: #84962C; }

 a { background-color: rgb(132,150,44); }

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

<style>
 span { border-color: #84962C; }

 span { border-color: rgb(132,150,44); }

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