#84983F

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

Shades of Wasabi #84983F

Tints of Wasabi #84983F

Color information

#84983F (or 0x84983F) is unknown color: approx Wasabi. HEX triplet: 84, 98 and 3F. RGB value is (132,152,63). Sum of RGB (Red+Green+Blue) = 132+152+63=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #84983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84983F is #7B67C0. Grayscale: #888888. Windows color (decimal): -8087489 or 4167812. OLE color: 4167812.

HSL color Cylindrical-coordinate representation of color #84983F: hue angle of 73.48º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84983F is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB13215263-
CMYK0.1300.590.40
HSL73.48º41.4%42.16%-
HSV(B)73.48º58.55%59.61%-
XYZ21.6427.728.91-
YUV135.8786.87125.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 63 (25% from 255) = 18.16%
R=38.04%
G=43.80%
B=18.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132152630.1300.590.4073.4841.442.16
Hex84983FD03B2849292a
Octal2042307715073501115152
Binary1000010010011000111111110101110111010001001001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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