#8A8E3D

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

Shades of Wasabi #8A8E3D

Tints of Wasabi #8A8E3D

Color information

#8A8E3D (or 0x8A8E3D) is unknown color: approx Wasabi. HEX triplet: 8A, 8E and 3D. RGB value is (138,142,61). Sum of RGB (Red+Green+Blue) = 138+142+61=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8E3D is #7571C2. Grayscale: #838383. Windows color (decimal): -7696835 or 4034186. OLE color: 4034186.

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

Color convert

RGB13814261-
CMYK0.0300.570.44
HSL62.96º39.9%39.8%-
HSV(B)62.96º57.04%55.69%-
XYZ2125.098.15-
YUV131.5788.17132.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 142 (55.86% from 255) = 41.64%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=40.47%
G=41.64%
B=17.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142610.0300.570.4462.9639.939.8
Hex8A8E3D30392C3f2828
Octal21221675307154775050
Binary1000101010001110111101110111001101100111111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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