#8B9432

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

Shades of Wasabi #8B9432

Tints of Wasabi #8B9432

Color information

#8B9432 (or 0x8B9432) is unknown color: approx Wasabi. HEX triplet: 8B, 94 and 32. RGB value is (139,148,50). Sum of RGB (Red+Green+Blue) = 139+148+50=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9432 is #746BCD. Grayscale: #868686. Windows color (decimal): -7629774 or 3314827. OLE color: 3314827.

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

Color convert

RGB13914850-
CMYK0.0600.660.42
HSL65.51º49.49%38.82%-
HSV(B)65.51º66.22%58.04%-
XYZ21.8126.97.06-
YUV134.1480.52131.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=41.25%
G=43.92%
B=14.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148500.0600.660.4265.5149.4938.82
Hex8B943260422A423127
Octal2132246260102521026147
Binary1000101110010100110010110010000101010101000010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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