#8B9948

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

Shades of Wasabi #8B9948

Tints of Wasabi #8B9948

Color information

#8B9948 (or 0x8B9948) is unknown color: approx Wasabi. HEX triplet: 8B, 99 and 48. RGB value is (139,153,72). Sum of RGB (Red+Green+Blue) = 139+153+72=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9948 is #7466B7. Grayscale: #8B8B8B. Windows color (decimal): -7628472 or 4757899. OLE color: 4757899.

HSL color Cylindrical-coordinate representation of color #8B9948: hue angle of 70.37º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B9948 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB13915372-
CMYK0.0900.530.4
HSL70.37º36%44.12%-
HSV(B)70.37º52.94%60%-
XYZ23.2128.7410.45-
YUV139.5889.86127.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=38.19%
G=42.03%
B=19.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139153720.0900.530.470.373644.12
Hex8B994890352846242c
Octal21323111011065501064454
Binary10001011100110011001000100101101011010001000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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