#8B952E

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

Shades of Wasabi #8B952E

Tints of Wasabi #8B952E

Color information

#8B952E (or 0x8B952E) is unknown color: approx Wasabi. HEX triplet: 8B, 95 and 2E. RGB value is (139,149,46). Sum of RGB (Red+Green+Blue) = 139+149+46=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #8B952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B952E is #746AD1. Grayscale: #868686. Windows color (decimal): -7629522 or 3052939. OLE color: 3052939.

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

Color convert

RGB13914946-
CMYK0.0700.690.42
HSL65.83º52.82%38.24%-
HSV(B)65.83º69.13%58.43%-
XYZ21.8927.186.68-
YUV134.2778.19131.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 46 (18.36% from 255) = 13.77%
R=41.62%
G=44.61%
B=13.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149460.0700.690.4265.8352.8238.24
Hex8B952E70452A423526
Octal2132255670105521026546
Binary1000101110010101101110111010001011010101000010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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