#8A9D31

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

Shades of Wasabi #8A9D31

Tints of Wasabi #8A9D31

Color information

#8A9D31 (or 0x8A9D31) is unknown color: approx Wasabi. HEX triplet: 8A, 9D and 31. RGB value is (138,157,49). Sum of RGB (Red+Green+Blue) = 138+157+49=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9D31 is #7562CE. Grayscale: #8B8B8B. Windows color (decimal): -7693007 or 3251594. OLE color: 3251594.

HSL color Cylindrical-coordinate representation of color #8A9D31: hue angle of 70.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A9D31 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB13815749-
CMYK0.1200.690.38
HSL70.56º52.43%40.39%-
HSV(B)70.56º68.79%61.57%-
XYZ23.0929.747.43-
YUV139.0177.21127.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 157 (61.72% from 255) = 45.64%
BLUE value IS 49 (19.53% from 255) = 14.24%
R=40.12%
G=45.64%
B=14.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138157490.1200.690.3870.5652.4340.39
Hex8A9D31C04526473428
Octal21223561140105461076450
Binary10001010100111011100011100010001011001101000111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,157,49); }

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

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

 a { background-color: rgb(138,157,49); }

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

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

 span { border-color: rgb(138,157,49); }

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