#84963A

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

Shades of Wasabi #84963A

Tints of Wasabi #84963A

Color information

#84963A (or 0x84963A) is unknown color: approx Wasabi. HEX triplet: 84, 96 and 3A. RGB value is (132,150,58). Sum of RGB (Red+Green+Blue) = 132+150+58=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #84963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84963A is #7B69C5. Grayscale: #868686. Windows color (decimal): -8088006 or 3839620. OLE color: 3839620.

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

Color convert

RGB13215058-
CMYK0.1200.610.41
HSL71.74º44.23%40.78%-
HSV(B)71.74º61.33%58.82%-
XYZ21.1927.028.1-
YUV134.1385.04126.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 58 (23.05% from 255) = 17.06%
R=38.82%
G=44.12%
B=17.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150580.1200.610.4171.7444.2340.78
Hex84963AC03D29482c29
Octal2042267214075511105451
Binary1000010010010110111010110001111011010011001000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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