#8A8E3E

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

Shades of Wasabi #8A8E3E

Tints of Wasabi #8A8E3E

Color information

#8A8E3E (or 0x8A8E3E) is unknown color: approx Wasabi. HEX triplet: 8A, 8E and 3E. RGB value is (138,142,62). Sum of RGB (Red+Green+Blue) = 138+142+62=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8E3E is #7571C1. Grayscale: #848484. Windows color (decimal): -7696834 or 4099722. OLE color: 4099722.

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

Color convert

RGB13814262-
CMYK0.0300.560.44
HSL63º39.22%40%-
HSV(B)63º56.34%55.69%-
XYZ21.0225.18.29-
YUV131.6888.67132.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=40.35%
G=41.52%
B=18.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142620.0300.560.446339.2240
Hex8A8E3E30382C3f2728
Octal21221676307054774750
Binary1000101010001110111110110111000101100111111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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