#8a9e3e

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

Shades of Wasabi #8A9E3E

Tints of Wasabi #8A9E3E

Color information

#8A9E3E (or 0x8A9E3E) is unknown color: approx Wasabi. HEX triplet: 8A, 9E and 3E. RGB value is (138,158,62). Sum of RGB (Red+Green+Blue) = 138+158+62=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9E3E is #7561C1. Grayscale: #8D8D8D. Windows color (decimal): -7692738 or 4103818. OLE color: 4103818.

HSL color Cylindrical-coordinate representation of color #8A9E3E: hue angle of 72.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A9E3E is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB13815862-
CMYK0.1300.610.38
HSL72.5º43.64%43.14%-
HSV(B)72.5º60.76%61.96%-
XYZ23.5830.29.14-
YUV141.0883.37125.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 62 (24.61% from 255) = 17.32%
R=38.55%
G=44.13%
B=17.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138158620.1300.610.3872.543.6443.14
Hex8A9E3ED03D26482c2b
Octal2122367615075461105453
Binary1000101010011110111110110101111011001101001000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a9e3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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