#8A9136

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

Shades of Wasabi #8A9136

Tints of Wasabi #8A9136

Color information

#8A9136 (or 0x8A9136) is unknown color: approx Wasabi. HEX triplet: 8A, 91 and 36. RGB value is (138,145,54). Sum of RGB (Red+Green+Blue) = 138+145+54=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9136 is #756EC9. Grayscale: #848484. Windows color (decimal): -7696074 or 3576202. OLE color: 3576202.

HSL color Cylindrical-coordinate representation of color #8A9136: hue angle of 64.62º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A9136 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB13814554-
CMYK0.0500.630.43
HSL64.62º45.73%39.02%-
HSV(B)64.62º62.76%56.86%-
XYZ21.2725.927.37-
YUV132.5383.68131.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=40.95%
G=43.03%
B=16.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138145540.0500.630.4364.6245.7339.02
Hex8A9136503F2B412e27
Octal212221665077531015647
Binary100010101001000111011010101111111010111000001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,145,54); }

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

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

 a { background-color: rgb(138,145,54); }

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

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

 span { border-color: rgb(138,145,54); }

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