#84943A

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

Shades of Wasabi #84943A

Tints of Wasabi #84943A

Color information

#84943A (or 0x84943A) is unknown color: approx Wasabi. HEX triplet: 84, 94 and 3A. RGB value is (132,148,58). Sum of RGB (Red+Green+Blue) = 132+148+58=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #84943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84943A is #7B6BC5. Grayscale: #858585. Windows color (decimal): -8088518 or 3839108. OLE color: 3839108.

HSL color Cylindrical-coordinate representation of color #84943A: hue angle of 70.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84943A is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB13214858-
CMYK0.1100.610.42
HSL70.67º43.69%40.39%-
HSV(B)70.67º60.81%58.04%-
XYZ20.8726.398-
YUV132.9685.7127.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=39.05%
G=43.79%
B=17.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148580.1100.610.4270.6743.6940.39
Hex84943AB03D2A472c28
Octal2042247213075521075450
Binary1000010010010100111010101101111011010101000111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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