#8B923B

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

Shades of Wasabi #8B923B

Tints of Wasabi #8B923B

Color information

#8B923B (or 0x8B923B) is unknown color: approx Wasabi. HEX triplet: 8B, 92 and 3B. RGB value is (139,146,59). Sum of RGB (Red+Green+Blue) = 139+146+59=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #8B923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B923B is #746DC4. Grayscale: #868686. Windows color (decimal): -7630277 or 3904139. OLE color: 3904139.

HSL color Cylindrical-coordinate representation of color #8B923B: hue angle of 64.83º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B923B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB13914659-
CMYK0.0500.600.43
HSL64.83º42.44%40.2%-
HSV(B)64.83º59.59%57.25%-
XYZ21.7226.368.08-
YUV133.9985.68131.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=40.41%
G=42.44%
B=17.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139146590.0500.600.4364.8342.4440.2
Hex8B923B503C2B412a28
Octal213222735074531015250
Binary100010111001001011101110101111001010111000001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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