#8B8E35

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

Shades of Wasabi #8B8E35

Tints of Wasabi #8B8E35

Color information

#8B8E35 (or 0x8B8E35) is unknown color: approx Wasabi. HEX triplet: 8B, 8E and 35. RGB value is (139,142,53). Sum of RGB (Red+Green+Blue) = 139+142+53=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8E35 is #7471CA. Grayscale: #838383. Windows color (decimal): -7631307 or 3509899. OLE color: 3509899.

HSL color Cylindrical-coordinate representation of color #8B8E35: hue angle of 62.02º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B8E35 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB13914253-
CMYK0.0200.630.44
HSL62.02º45.64%38.24%-
HSV(B)62.02º62.68%55.69%-
XYZ20.9625.097.11-
YUV130.9684.01133.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 142 (55.86% from 255) = 42.51%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=41.62%
G=42.51%
B=15.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139142530.0200.630.4462.0245.6438.24
Hex8B8E35203F2C3e2e26
Octal21321665207754765646
Binary1000101110001110110101100111111101100111110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,53); }

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

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

 a { background-color: rgb(139,142,53); }

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

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

 span { border-color: rgb(139,142,53); }

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