#8A9037

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

Shades of Wasabi #8A9037

Tints of Wasabi #8A9037

Color information

#8A9037 (or 0x8A9037) is unknown color: approx Wasabi. HEX triplet: 8A, 90 and 37. RGB value is (138,144,55). Sum of RGB (Red+Green+Blue) = 138+144+55=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9037 is #756FC8. Grayscale: #848484. Windows color (decimal): -7696329 or 3641482. OLE color: 3641482.

HSL color Cylindrical-coordinate representation of color #8A9037: hue angle of 64.04º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A9037 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB13814455-
CMYK0.0400.620.44
HSL64.04º44.72%39.02%-
HSV(B)64.04º61.81%56.47%-
XYZ21.1425.637.45-
YUV132.0684.51132.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=40.95%
G=42.73%
B=16.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138144550.0400.620.4464.0444.7239.02
Hex8A9037403E2C402d27
Octal212220674076541005547
Binary100010101001000011011110001111101011001000000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,144,55); }

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

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

 a { background-color: rgb(138,144,55); }

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

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

 span { border-color: rgb(138,144,55); }

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