#8A963D

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

Shades of Wasabi #8A963D

Tints of Wasabi #8A963D

Color information

#8A963D (or 0x8A963D) is unknown color: approx Wasabi. HEX triplet: 8A, 96 and 3D. RGB value is (138,150,61). Sum of RGB (Red+Green+Blue) = 138+150+61=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #8A963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A963D is #7569C2. Grayscale: #888888. Windows color (decimal): -7694787 or 4036234. OLE color: 4036234.

HSL color Cylindrical-coordinate representation of color #8A963D: hue angle of 68.09º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A963D is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB13815061-
CMYK0.0800.590.41
HSL68.09º42.18%41.37%-
HSV(B)68.09º59.33%58.82%-
XYZ22.2327.558.56-
YUV136.2785.52129.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=39.54%
G=42.98%
B=17.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138150610.0800.590.4168.0942.1841.37
Hex8A963D803B29442a29
Octal2122267510073511045251
Binary1000101010010110111101100001110111010011000100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,61); }

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

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

 a { background-color: rgb(138,150,61); }

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

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

 span { border-color: rgb(138,150,61); }

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