#8B9848

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

Shades of Wasabi #8B9848

Tints of Wasabi #8B9848

Color information

#8B9848 (or 0x8B9848) is unknown color: approx Wasabi. HEX triplet: 8B, 98 and 48. RGB value is (139,152,72). Sum of RGB (Red+Green+Blue) = 139+152+72=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9848 is #7467B7. Grayscale: #8B8B8B. Windows color (decimal): -7628728 or 4757643. OLE color: 4757643.

HSL color Cylindrical-coordinate representation of color #8B9848: hue angle of 69.75º 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 #8B9848 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB13915272-
CMYK0.0900.530.40
HSL69.75º35.71%43.92%-
HSV(B)69.75º52.63%59.61%-
XYZ23.0528.4110.4-
YUV138.9990.19128-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=38.29%
G=41.87%
B=19.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139152720.0900.530.4069.7535.7143.92
Hex8B984890352846242c
Octal21323011011065501064454
Binary10001011100110001001000100101101011010001000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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