#84912B

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

Shades of Wasabi #84912B

Tints of Wasabi #84912B

Color information

#84912B (or 0x84912B) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 2B. RGB value is (132,145,43). Sum of RGB (Red+Green+Blue) = 132+145+43=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #84912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84912B is #7B6ED4. Grayscale: #818181. Windows color (decimal): -8089301 or 2855300. OLE color: 2855300.

HSL color Cylindrical-coordinate representation of color #84912B: hue angle of 67.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84912B is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB13214543-
CMYK0.0900.700.43
HSL67.65º54.26%36.86%-
HSV(B)67.65º70.34%56.86%-
XYZ20.0825.336.12-
YUV129.4879.19129.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 43 (17.19% from 255) = 13.44%
R=41.25%
G=45.31%
B=13.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145430.0900.700.4367.6554.2636.86
Hex84912B90462B443625
Octal20422153110106531046645
Binary10000100100100011010111001010001101010111000100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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