#8B953C

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

Shades of Wasabi #8B953C

Tints of Wasabi #8B953C

Color information

#8B953C (or 0x8B953C) is unknown color: approx Wasabi. HEX triplet: 8B, 95 and 3C. RGB value is (139,149,60). Sum of RGB (Red+Green+Blue) = 139+149+60=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #8B953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B953C is #746AC3. Grayscale: #888888. Windows color (decimal): -7629508 or 3970443. OLE color: 3970443.

HSL color Cylindrical-coordinate representation of color #8B953C: hue angle of 66.74º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B953C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB13914960-
CMYK0.0700.600.42
HSL66.74º42.58%40.98%-
HSV(B)66.74º59.73%58.43%-
XYZ22.2127.318.38-
YUV135.8685.19130.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=39.94%
G=42.82%
B=17.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149600.0700.600.4266.7442.5840.98
Hex8B953C703C2A432b29
Octal213225747074521035351
Binary100010111001010111110011101111001010101000011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,149,60); }

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

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

 a { background-color: rgb(139,149,60); }

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

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

 span { border-color: rgb(139,149,60); }

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