#8B993A

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

Shades of Wasabi #8B993A

Tints of Wasabi #8B993A

Color information

#8B993A (or 0x8B993A) is unknown color: approx Wasabi. HEX triplet: 8B, 99 and 3A. RGB value is (139,153,58). Sum of RGB (Red+Green+Blue) = 139+153+58=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #8B993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B993A is #7466C5. Grayscale: #8A8A8A. Windows color (decimal): -7628486 or 3840395. OLE color: 3840395.

HSL color Cylindrical-coordinate representation of color #8B993A: hue angle of 68.84º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B993A is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB13915358-
CMYK0.0900.620.4
HSL68.84º45.02%41.37%-
HSV(B)68.84º62.09%60%-
XYZ22.828.588.32-
YUV137.9882.86128.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=39.71%
G=43.71%
B=16.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139153580.0900.620.468.8445.0241.37
Hex8B993A903E28452d29
Octal2132317211076501055551
Binary1000101110011001111010100101111101010001000101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,153,58); }

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

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

 a { background-color: rgb(139,153,58); }

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

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

 span { border-color: rgb(139,153,58); }

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