#8A9032

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

Shades of Wasabi #8A9032

Tints of Wasabi #8A9032

Color information

#8A9032 (or 0x8A9032) is unknown color: approx Wasabi. HEX triplet: 8A, 90 and 32. RGB value is (138,144,50). Sum of RGB (Red+Green+Blue) = 138+144+50=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9032 is #756FCD. Grayscale: #838383. Windows color (decimal): -7696334 or 3313802. OLE color: 3313802.

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

Color convert

RGB13814450-
CMYK0.0400.650.44
HSL63.83º48.45%38.04%-
HSV(B)63.83º65.28%56.47%-
XYZ21.0325.586.85-
YUV131.4982.01132.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=41.57%
G=43.37%
B=15.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138144500.0400.650.4463.8348.4538.04
Hex8A903240412C403026
Octal2122206240101541006046
Binary1000101010010000110010100010000011011001000000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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