#84933D

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

Shades of Wasabi #84933D

Tints of Wasabi #84933D

Color information

#84933D (or 0x84933D) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 3D. RGB value is (132,147,61). Sum of RGB (Red+Green+Blue) = 132+147+61=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #84933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84933D is #7B6CC2. Grayscale: #858585. Windows color (decimal): -8088771 or 4035460. OLE color: 4035460.

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

Color convert

RGB13214761-
CMYK0.1000.590.42
HSL70.47º41.35%40.78%-
HSV(B)70.47º58.5%57.65%-
XYZ20.7926.118.36-
YUV132.7187.53127.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=38.82%
G=43.24%
B=17.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147610.1000.590.4270.4741.3540.78
Hex84933DA03B2A462929
Octal2042237512073521065151
Binary1000010010010011111101101001110111010101000110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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