#84943F

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

Shades of Wasabi #84943F

Tints of Wasabi #84943F

Color information

#84943F (or 0x84943F) is unknown color: approx Wasabi. HEX triplet: 84, 94 and 3F. RGB value is (132,148,63). Sum of RGB (Red+Green+Blue) = 132+148+63=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #84943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84943F is #7B6BC0. Grayscale: #858585. Windows color (decimal): -8088513 or 4166788. OLE color: 4166788.

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

Color convert

RGB13214863-
CMYK0.1100.570.42
HSL71.29º40.28%41.37%-
HSV(B)71.29º57.43%58.04%-
XYZ2126.448.7-
YUV133.5388.2126.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 63 (25% from 255) = 18.37%
R=38.48%
G=43.15%
B=18.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148630.1100.570.4271.2940.2841.37
Hex84943FB0392A472829
Octal2042247713071521075051
Binary1000010010010100111111101101110011010101000111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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