#8A8E2C

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

Shades of Wasabi #8A8E2C

Tints of Wasabi #8A8E2C

Color information

#8A8E2C (or 0x8A8E2C) is unknown color: approx Wasabi. HEX triplet: 8A, 8E and 2C. RGB value is (138,142,44). Sum of RGB (Red+Green+Blue) = 138+142+44=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8E2C is #7571D3. Grayscale: #828282. Windows color (decimal): -7696852 or 2920074. OLE color: 2920074.

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

Color convert

RGB13814244-
CMYK0.0300.690.44
HSL62.45º52.69%36.47%-
HSV(B)62.45º69.01%55.69%-
XYZ20.6124.936.11-
YUV129.6379.67133.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=42.59%
G=43.83%
B=13.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142440.0300.690.4462.4552.6936.47
Hex8A8E2C30452C3e3524
Octal212216543010554766544
Binary10001010100011101011001101000101101100111110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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