#8B954E

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

Shades of Wasabi #8B954E

Tints of Wasabi #8B954E

Color information

#8B954E (or 0x8B954E) is unknown color: approx Wasabi. HEX triplet: 8B, 95 and 4E. RGB value is (139,149,78). Sum of RGB (Red+Green+Blue) = 139+149+78=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #8B954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B954E is #746AB1. Grayscale: #8A8A8A. Windows color (decimal): -7629490 or 5150091. OLE color: 5150091.

HSL color Cylindrical-coordinate representation of color #8B954E: hue angle of 68.45º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B954E is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB13914978-
CMYK0.0700.480.42
HSL68.45º31.28%44.51%-
HSV(B)68.45º47.65%58.43%-
XYZ22.7727.5311.32-
YUV137.9294.19128.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=37.98%
G=40.71%
B=21.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149780.0700.480.4268.4531.2844.51
Hex8B954E70302A441f2d
Octal2132251167060521043755
Binary100010111001010110011101110110000101010100010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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