#8B9435

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

Shades of Wasabi #8B9435

Tints of Wasabi #8B9435

Color information

#8B9435 (or 0x8B9435) is unknown color: approx Wasabi. HEX triplet: 8B, 94 and 35. RGB value is (139,148,53). Sum of RGB (Red+Green+Blue) = 139+148+53=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9435 is #746BCA. Grayscale: #868686. Windows color (decimal): -7629771 or 3511435. OLE color: 3511435.

HSL color Cylindrical-coordinate representation of color #8B9435: hue angle of 65.68º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B9435 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB13914853-
CMYK0.0600.640.42
HSL65.68º47.26%39.41%-
HSV(B)65.68º64.19%58.04%-
XYZ21.8826.937.41-
YUV134.4882.02131.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=40.88%
G=43.53%
B=15.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148530.0600.640.4265.6847.2639.41
Hex8B943560402A422f27
Octal2132246560100521025747
Binary1000101110010100110101110010000001010101000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,148,53); }

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

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

 a { background-color: rgb(139,148,53); }

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

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

 span { border-color: rgb(139,148,53); }

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