#8A9B3A

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

Shades of Wasabi #8A9B3A

Tints of Wasabi #8A9B3A

Color information

#8A9B3A (or 0x8A9B3A) is unknown color: approx Wasabi. HEX triplet: 8A, 9B and 3A. RGB value is (138,155,58). Sum of RGB (Red+Green+Blue) = 138+155+58=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B3A is #7564C5. Grayscale: #8B8B8B. Windows color (decimal): -7693510 or 3840906. OLE color: 3840906.

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

Color convert

RGB13815558-
CMYK0.1100.630.39
HSL70.52º45.54%41.76%-
HSV(B)70.52º62.58%60.78%-
XYZ22.9729.158.42-
YUV138.8682.37127.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.32%
GREEN value IS 155 (60.94% from 255) = 44.16%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=39.32%
G=44.16%
B=16.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138155580.1100.630.3970.5245.5441.76
Hex8A9B3AB03F27472e2a
Octal2122337213077471075652
Binary1000101010011011111010101101111111001111000111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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