#84933C

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

Shades of Wasabi #84933C

Tints of Wasabi #84933C

Color information

#84933C (or 0x84933C) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 3C. RGB value is (132,147,60). Sum of RGB (Red+Green+Blue) = 132+147+60=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #84933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84933C is #7B6CC3. Grayscale: #848484. Windows color (decimal): -8088772 or 3969924. OLE color: 3969924.

HSL color Cylindrical-coordinate representation of color #84933C: hue angle of 70.34º degrees, saturation: 0.42, 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 #84933C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB13214760-
CMYK0.1000.590.42
HSL70.34º42.03%40.59%-
HSV(B)70.34º59.18%57.65%-
XYZ20.7726.18.22-
YUV132.687.03127.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=38.94%
G=43.36%
B=17.70%

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
Decimal132147600.1000.590.4270.3442.0340.59
Hex84933CA03B2A462a29
Octal2042237412073521065251
Binary1000010010010011111100101001110111010101000110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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