#8A9B4A

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

Shades of Wasabi #8A9B4A

Tints of Wasabi #8A9B4A

Color information

#8A9B4A (or 0x8A9B4A) is unknown color: approx Wasabi. HEX triplet: 8A, 9B and 4A. RGB value is (138,155,74). Sum of RGB (Red+Green+Blue) = 138+155+74=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B4A is #7564B5. Grayscale: #8C8C8C. Windows color (decimal): -7693494 or 4889482. OLE color: 4889482.

HSL color Cylindrical-coordinate representation of color #8A9B4A: hue angle of 72.59º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A9B4A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB13815574-
CMYK0.1100.520.39
HSL72.59º35.37%44.9%-
HSV(B)72.59º52.26%60.78%-
XYZ23.4429.3410.91-
YUV140.6890.37126.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=37.60%
G=42.23%
B=20.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138155740.1100.520.3972.5935.3744.9
Hex8A9B4AB0342749232d
Octal21223311213064471114355
Binary10001010100110111001010101101101001001111001001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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