#8B9F48

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

Shades of Wasabi #8B9F48

Tints of Wasabi #8B9F48

Color information

#8B9F48 (or 0x8B9F48) is unknown color: approx Wasabi. HEX triplet: 8B, 9F and 48. RGB value is (139,159,72). Sum of RGB (Red+Green+Blue) = 139+159+72=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9F48 is #7460B7. Grayscale: #8F8F8F. Windows color (decimal): -7626936 or 4759435. OLE color: 4759435.

HSL color Cylindrical-coordinate representation of color #8B9F48: hue angle of 73.79º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B9F48 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB13915972-
CMYK0.1300.550.38
HSL73.79º37.66%45.29%-
HSV(B)73.79º54.72%62.35%-
XYZ24.2230.7510.79-
YUV143.187.87125.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 159 (62.5% from 255) = 42.97%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=37.57%
G=42.97%
B=19.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139159720.1300.550.3873.7937.6645.29
Hex8B9F48D037264a262d
Octal21323711015067461124655
Binary10001011100111111001000110101101111001101001010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,159,72); }

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

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

 a { background-color: rgb(139,159,72); }

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

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

 span { border-color: rgb(139,159,72); }

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