#84934C

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

Shades of Wasabi #84934C

Tints of Wasabi #84934C

Color information

#84934C (or 0x84934C) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 4C. RGB value is (132,147,76). Sum of RGB (Red+Green+Blue) = 132+147+76=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #84934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84934C is #7B6CB3. Grayscale: #868686. Windows color (decimal): -8088756 or 5018500. OLE color: 5018500.

HSL color Cylindrical-coordinate representation of color #84934C: hue angle of 72.68º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84934C is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB13214776-
CMYK0.1000.480.42
HSL72.68º31.84%43.73%-
HSV(B)72.68º48.3%57.65%-
XYZ21.2526.2910.79-
YUV134.4295.03126.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=37.18%
G=41.41%
B=21.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147760.1000.480.4272.6831.8443.73
Hex84934CA0302A49202c
Octal20422311412060521114054
Binary10000100100100111001100101001100001010101001001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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