#8B994B

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

Shades of Wasabi #8B994B

Tints of Wasabi #8B994B

Color information

#8B994B (or 0x8B994B) is unknown color: approx Wasabi. HEX triplet: 8B, 99 and 4B. RGB value is (139,153,75). Sum of RGB (Red+Green+Blue) = 139+153+75=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #8B994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B994B is #7466B4. Grayscale: #8C8C8C. Windows color (decimal): -7628469 or 4954507. OLE color: 4954507.

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

Color convert

RGB13915375-
CMYK0.0900.510.4
HSL70.77º34.21%44.71%-
HSV(B)70.77º50.98%60%-
XYZ23.3128.7810.98-
YUV139.9291.36127.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=37.87%
G=41.69%
B=20.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139153750.0900.510.470.7734.2144.71
Hex8B994B90332847222d
Octal21323111311063501074255
Binary10001011100110011001011100101100111010001000111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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