#8B974E

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

Shades of Wasabi #8B974E

Tints of Wasabi #8B974E

Color information

#8B974E (or 0x8B974E) is unknown color: approx Wasabi. HEX triplet: 8B, 97 and 4E. RGB value is (139,151,78). Sum of RGB (Red+Green+Blue) = 139+151+78=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #8B974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B974E is #7468B1. Grayscale: #8B8B8B. Windows color (decimal): -7628978 or 5150603. OLE color: 5150603.

HSL color Cylindrical-coordinate representation of color #8B974E: hue angle of 69.86º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B974E is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB13915178-
CMYK0.0800.480.41
HSL69.86º31.88%44.9%-
HSV(B)69.86º48.34%59.22%-
XYZ23.0928.1711.43-
YUV139.0993.52127.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=37.77%
G=41.03%
B=21.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139151780.0800.480.4169.8631.8844.9
Hex8B974E80302946202d
Octal21322711610060511064055
Binary10001011100101111001110100001100001010011000110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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