#8A913F

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

Shades of Wasabi #8A913F

Tints of Wasabi #8A913F

Color information

#8A913F (or 0x8A913F) is unknown color: approx Wasabi. HEX triplet: 8A, 91 and 3F. RGB value is (138,145,63). Sum of RGB (Red+Green+Blue) = 138+145+63=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #8A913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A913F is #756EC0. Grayscale: #858585. Windows color (decimal): -7696065 or 4166026. OLE color: 4166026.

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

Color convert

RGB13814563-
CMYK0.0500.570.43
HSL65.12º39.42%40.78%-
HSV(B)65.12º56.55%56.86%-
XYZ21.526.018.59-
YUV133.5688.18131.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.88%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 63 (25% from 255) = 18.21%
R=39.88%
G=41.91%
B=18.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138145630.0500.570.4365.1239.4240.78
Hex8A913F50392B412729
Octal212221775071531014751
Binary100010101001000111111110101110011010111000001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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