#8B912F

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

Shades of Wasabi #8B912F

Tints of Wasabi #8B912F

Color information

#8B912F (or 0x8B912F) is unknown color: approx Wasabi. HEX triplet: 8B, 91 and 2F. RGB value is (139,145,47). Sum of RGB (Red+Green+Blue) = 139+145+47=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #8B912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B912F is #746ED0. Grayscale: #848484. Windows color (decimal): -7630545 or 3117451. OLE color: 3117451.

HSL color Cylindrical-coordinate representation of color #8B912F: hue angle of 63.67º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B912F is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB13914547-
CMYK0.0400.680.43
HSL63.67º51.04%37.65%-
HSV(B)63.67º67.59%56.86%-
XYZ21.2925.956.58-
YUV132.0380.01132.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 47 (18.75% from 255) = 14.20%
R=41.99%
G=43.81%
B=14.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139145470.0400.680.4363.6751.0437.65
Hex8B912F40442B403326
Octal2132215740104531006346
Binary1000101110010001101111100010001001010111000000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,145,47); }

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

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

 a { background-color: rgb(139,145,47); }

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

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

 span { border-color: rgb(139,145,47); }

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