#84904B

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

Shades of Wasabi #84904B

Tints of Wasabi #84904B

Color information

#84904B (or 0x84904B) is unknown color: approx Wasabi. HEX triplet: 84, 90 and 4B. RGB value is (132,144,75). Sum of RGB (Red+Green+Blue) = 132+144+75=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #84904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84904B is #7B6FB4. Grayscale: #848484. Windows color (decimal): -8089525 or 4952196. OLE color: 4952196.

HSL color Cylindrical-coordinate representation of color #84904B: hue angle of 70.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84904B is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB13214475-
CMYK0.0800.480.44
HSL70.43º31.51%42.94%-
HSV(B)70.43º47.92%56.47%-
XYZ20.7625.3610.46-
YUV132.5595.52127.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=37.61%
G=41.03%
B=21.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132144750.0800.480.4470.4331.5142.94
Hex84904B80302C46202b
Octal20422011310060541064053
Binary10000100100100001001011100001100001011001000110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,144,75); }

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

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

 a { background-color: rgb(132,144,75); }

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

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

 span { border-color: rgb(132,144,75); }

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