#84992E

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

Shades of Wasabi #84992E

Tints of Wasabi #84992E

Color information

#84992E (or 0x84992E) is unknown color: approx Wasabi. HEX triplet: 84, 99 and 2E. RGB value is (132,153,46). Sum of RGB (Red+Green+Blue) = 132+153+46=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #84992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84992E is #7B66D1. Grayscale: #868686. Windows color (decimal): -8087250 or 3053956. OLE color: 3053956.

HSL color Cylindrical-coordinate representation of color #84992E: hue angle of 71.78º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84992E is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB13215346-
CMYK0.1400.700.4
HSL71.78º53.77%39.02%-
HSV(B)71.78º69.93%60%-
XYZ21.427.896.84-
YUV134.5278.04126.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=39.88%
G=46.22%
B=13.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153460.1400.700.471.7853.7739.02
Hex84992EE04628483627
Octal20423156160106501106647
Binary10000100100110011011101110010001101010001001000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84992E; }

 p { color: rgb(132,153,46); }

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

<style>
 a { background-color: #84992E; }

 a { background-color: rgb(132,153,46); }

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

<style>
 span { border-color: #84992E; }

 span { border-color: rgb(132,153,46); }

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