#8B9434

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

Shades of Wasabi #8B9434

Tints of Wasabi #8B9434

Color information

#8B9434 (or 0x8B9434) is unknown color: approx Wasabi. HEX triplet: 8B, 94 and 34. RGB value is (139,148,52). Sum of RGB (Red+Green+Blue) = 139+148+52=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9434 is #746BCB. Grayscale: #868686. Windows color (decimal): -7629772 or 3445899. OLE color: 3445899.

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

Color convert

RGB13914852-
CMYK0.0600.650.42
HSL65.62º48%39.22%-
HSV(B)65.62º64.86%58.04%-
XYZ21.8626.927.29-
YUV134.3681.52131.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=41.00%
G=43.66%
B=15.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148520.0600.650.4265.624839.22
Hex8B943460412A423027
Octal2132246460101521026047
Binary1000101110010100110100110010000011010101000010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,148,52); }

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

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

 a { background-color: rgb(139,148,52); }

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

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

 span { border-color: rgb(139,148,52); }

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