#84942B

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

Shades of Wasabi #84942B

Tints of Wasabi #84942B

Color information

#84942B (or 0x84942B) is unknown color: approx Wasabi. HEX triplet: 84, 94 and 2B. RGB value is (132,148,43). Sum of RGB (Red+Green+Blue) = 132+148+43=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #84942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84942B is #7B6BD4. Grayscale: #838383. Windows color (decimal): -8088533 or 2856068. OLE color: 2856068.

HSL color Cylindrical-coordinate representation of color #84942B: hue angle of 69.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84942B is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB13214843-
CMYK0.1100.710.42
HSL69.14º54.97%37.45%-
HSV(B)69.14º70.95%58.04%-
XYZ20.5426.266.27-
YUV131.2578.2128.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=40.87%
G=45.82%
B=13.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148430.1100.710.4269.1454.9737.45
Hex84942BB0472A453725
Octal20422453130107521056745
Binary10000100100101001010111011010001111010101000101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84942B; }

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

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

<style>
 a { background-color: #84942B; }

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

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

<style>
 span { border-color: #84942B; }

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

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