#8A9351

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

Shades of Wasabi #8A9351

Tints of Wasabi #8A9351

Color information

#8A9351 (or 0x8A9351) is unknown color: approx Wasabi. HEX triplet: 8A, 93 and 51. RGB value is (138,147,81). Sum of RGB (Red+Green+Blue) = 138+147+81=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9351 is #756CAE. Grayscale: #898989. Windows color (decimal): -7695535 or 5346186. OLE color: 5346186.

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

Color convert

RGB13814781-
CMYK0.0600.450.42
HSL68.18º28.95%44.71%-
HSV(B)68.18º44.9%57.65%-
XYZ22.426.8611.79-
YUV136.7896.52128.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.70%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=37.70%
G=40.16%
B=22.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147810.0600.450.4268.1828.9544.71
Hex8A9351602D2A441d2d
Octal2122231216055521043555
Binary100010101001001110100011100101101101010100010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,81); }

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

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

 a { background-color: rgb(138,147,81); }

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

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

 span { border-color: rgb(138,147,81); }

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