#8B924E

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

Shades of Wasabi #8B924E

Tints of Wasabi #8B924E

Color information

#8B924E (or 0x8B924E) is unknown color: approx Wasabi. HEX triplet: 8B, 92 and 4E. RGB value is (139,146,78). Sum of RGB (Red+Green+Blue) = 139+146+78=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #8B924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B924E is #746DB1. Grayscale: #888888. Windows color (decimal): -7630258 or 5149323. OLE color: 5149323.

HSL color Cylindrical-coordinate representation of color #8B924E: hue angle of 66.18º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B924E is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB13914678-
CMYK0.0500.470.43
HSL66.18º30.36%43.92%-
HSV(B)66.18º46.58%57.25%-
XYZ22.326.611.17-
YUV136.1695.18130.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=38.29%
G=40.22%
B=21.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139146780.0500.470.4366.1830.3643.92
Hex8B924E502F2B421e2c
Octal2132221165057531023654
Binary100010111001001010011101010101111101011100001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B924E; }

 p { color: rgb(139,146,78); }

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

<style>
 a { background-color: #8B924E; }

 a { background-color: rgb(139,146,78); }

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

<style>
 span { border-color: #8B924E; }

 span { border-color: rgb(139,146,78); }

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