#84972A

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

Shades of Wasabi #84972A

Tints of Wasabi #84972A

Color information

#84972A (or 0x84972A) is unknown color: approx Wasabi. HEX triplet: 84, 97 and 2A. RGB value is (132,151,42). Sum of RGB (Red+Green+Blue) = 132+151+42=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #84972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84972A is #7B68D5. Grayscale: #858585. Windows color (decimal): -8087766 or 2791300. OLE color: 2791300.

HSL color Cylindrical-coordinate representation of color #84972A: hue angle of 70.46º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84972A is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB13215142-
CMYK0.1300.720.41
HSL70.46º56.48%37.84%-
HSV(B)70.46º72.19%59.22%-
XYZ2127.216.33-
YUV132.8976.71127.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 151 (59.38% from 255) = 46.46%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=40.62%
G=46.46%
B=12.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132151420.1300.720.4170.4656.4837.84
Hex84972AD04829463826
Octal20422752150110511067046
Binary10000100100101111010101101010010001010011000110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,151,42); }

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

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

 a { background-color: rgb(132,151,42); }

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

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

 span { border-color: rgb(132,151,42); }

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