#8A8E2E

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

Shades of Wasabi #8A8E2E

Tints of Wasabi #8A8E2E

Color information

#8A8E2E (or 0x8A8E2E) is unknown color: approx Wasabi. HEX triplet: 8A, 8E and 2E. RGB value is (138,142,46). Sum of RGB (Red+Green+Blue) = 138+142+46=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8E2E is #7571D1. Grayscale: #828282. Windows color (decimal): -7696850 or 3051146. OLE color: 3051146.

HSL color Cylindrical-coordinate representation of color #8A8E2E: hue angle of 62.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A8E2E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB13814246-
CMYK0.0300.680.44
HSL62.5º51.06%36.86%-
HSV(B)62.5º67.61%55.69%-
XYZ20.6524.956.31-
YUV129.8680.67133.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.33%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=42.33%
G=43.56%
B=14.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142460.0300.680.4462.551.0636.86
Hex8A8E2E30442C3e3325
Octal212216563010454766345
Binary10001010100011101011101101000100101100111110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,46); }

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

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

 a { background-color: rgb(138,142,46); }

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

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

 span { border-color: rgb(138,142,46); }

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