#84903F

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

Shades of Wasabi #84903F

Tints of Wasabi #84903F

Color information

#84903F (or 0x84903F) is unknown color: approx Wasabi. HEX triplet: 84, 90 and 3F. RGB value is (132,144,63). Sum of RGB (Red+Green+Blue) = 132+144+63=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #84903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84903F is #7B6FC0. Grayscale: #838383. Windows color (decimal): -8089537 or 4165764. OLE color: 4165764.

HSL color Cylindrical-coordinate representation of color #84903F: hue angle of 68.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84903F is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB13214463-
CMYK0.0800.560.44
HSL68.89º39.13%40.59%-
HSV(B)68.89º56.25%56.47%-
XYZ20.3925.218.49-
YUV131.1889.52128.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 63 (25% from 255) = 18.58%
R=38.94%
G=42.48%
B=18.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132144630.0800.560.4468.8939.1340.59
Hex84903F80382C452729
Octal2042207710070541054751
Binary1000010010010000111111100001110001011001000101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84903F; }

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

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

<style>
 a { background-color: #84903F; }

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

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

<style>
 span { border-color: #84903F; }

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

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