#84953A

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

Shades of Wasabi #84953A

Tints of Wasabi #84953A

Color information

#84953A (or 0x84953A) is unknown color: approx Wasabi. HEX triplet: 84, 95 and 3A. RGB value is (132,149,58). Sum of RGB (Red+Green+Blue) = 132+149+58=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #84953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84953A is #7B6AC5. Grayscale: #858585. Windows color (decimal): -8088262 or 3839364. OLE color: 3839364.

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

Color convert

RGB13214958-
CMYK0.1100.610.42
HSL71.21º43.96%40.59%-
HSV(B)71.21º61.07%58.43%-
XYZ21.0326.718.05-
YUV133.5485.37126.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=38.94%
G=43.95%
B=17.11%

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
Decimal132149580.1100.610.4271.2143.9640.59
Hex84953AB03D2A472c29
Octal2042257213075521075451
Binary1000010010010101111010101101111011010101000111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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