#8A914A

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

Shades of Wasabi #8A914A

Tints of Wasabi #8A914A

Color information

#8A914A (or 0x8A914A) is unknown color: approx Wasabi. HEX triplet: 8A, 91 and 4A. RGB value is (138,145,74). Sum of RGB (Red+Green+Blue) = 138+145+74=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #8A914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A914A is #756EB5. Grayscale: #878787. Windows color (decimal): -7696054 or 4886922. OLE color: 4886922.

HSL color Cylindrical-coordinate representation of color #8A914A: hue angle of 65.92º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A914A is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB13814574-
CMYK0.0500.490.43
HSL65.92º32.42%42.94%-
HSV(B)65.92º48.97%56.86%-
XYZ21.8426.1510.37-
YUV134.8193.68130.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=38.66%
G=40.62%
B=20.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138145740.0500.490.4365.9232.4242.94
Hex8A914A50312B42202b
Octal2122211125061531024053
Binary1000101010010001100101010101100011010111000010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,145,74); }

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

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

 a { background-color: rgb(138,145,74); }

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

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

 span { border-color: rgb(138,145,74); }

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