#8A963A

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

Shades of Wasabi #8A963A

Tints of Wasabi #8A963A

Color information

#8A963A (or 0x8A963A) is unknown color: approx Wasabi. HEX triplet: 8A, 96 and 3A. RGB value is (138,150,58). Sum of RGB (Red+Green+Blue) = 138+150+58=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #8A963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A963A is #7569C5. Grayscale: #888888. Windows color (decimal): -7694790 or 3839626. OLE color: 3839626.

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

Color convert

RGB13815058-
CMYK0.0800.610.41
HSL67.83º44.23%40.78%-
HSV(B)67.83º61.33%58.82%-
XYZ22.1527.528.15-
YUV135.9284.02129.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.88%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 58 (23.05% from 255) = 16.76%
R=39.88%
G=43.35%
B=16.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138150580.0800.610.4167.8344.2340.78
Hex8A963A803D29442c29
Octal2122267210075511045451
Binary1000101010010110111010100001111011010011000100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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