#84964E

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

Shades of Wasabi #84964E

Tints of Wasabi #84964E

Color information

#84964E (or 0x84964E) is unknown color: approx Wasabi. HEX triplet: 84, 96 and 4E. RGB value is (132,150,78). Sum of RGB (Red+Green+Blue) = 132+150+78=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #84964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84964E is #7B69B1. Grayscale: #888888. Windows color (decimal): -8087986 or 5150340. OLE color: 5150340.

HSL color Cylindrical-coordinate representation of color #84964E: hue angle of 75º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84964E is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB13215078-
CMYK0.1200.480.41
HSL75º31.58%44.71%-
HSV(B)75º48%58.82%-
XYZ21.827.2711.32-
YUV136.4195.04124.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=36.67%
G=41.67%
B=21.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150780.1200.480.417531.5844.71
Hex84964EC030294b202d
Octal20422611614060511134055
Binary10000100100101101001110110001100001010011001011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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