#8A8D2E

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

Shades of Wasabi #8A8D2E

Tints of Wasabi #8A8D2E

Color information

#8A8D2E (or 0x8A8D2E) is unknown color: approx Wasabi. HEX triplet: 8A, 8D and 2E. RGB value is (138,141,46). Sum of RGB (Red+Green+Blue) = 138+141+46=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8D2E is #7572D1. Grayscale: #818181. Windows color (decimal): -7697106 or 3050890. OLE color: 3050890.

HSL color Cylindrical-coordinate representation of color #8A8D2E: hue angle of 61.89º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A8D2E is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13814146-
CMYK0.0200.670.45
HSL61.89º50.8%36.67%-
HSV(B)61.89º67.38%55.29%-
XYZ20.524.656.26-
YUV129.2781.01134.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=42.46%
G=43.38%
B=14.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138141460.0200.670.4561.8950.836.67
Hex8A8D2E20432D3e3325
Octal212215562010355766345
Binary10001010100011011011101001000011101101111110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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