#8A9D3B

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

Shades of Wasabi #8A9D3B

Tints of Wasabi #8A9D3B

Color information

#8A9D3B (or 0x8A9D3B) is unknown color: approx Wasabi. HEX triplet: 8A, 9D and 3B. RGB value is (138,157,59). Sum of RGB (Red+Green+Blue) = 138+157+59=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9D3B is #7562C4. Grayscale: #8C8C8C. Windows color (decimal): -7692997 or 3906954. OLE color: 3906954.

HSL color Cylindrical-coordinate representation of color #8A9D3B: hue angle of 71.63º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A9D3B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB13815759-
CMYK0.1200.620.38
HSL71.63º45.37%42.35%-
HSV(B)71.63º62.42%61.57%-
XYZ23.3329.838.67-
YUV140.1582.21126.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 157 (61.72% from 255) = 44.35%
BLUE value IS 59 (23.44% from 255) = 16.67%
R=38.98%
G=44.35%
B=16.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138157590.1200.620.3871.6345.3742.35
Hex8A9D3BC03E26482d2a
Octal2122357314076461105552
Binary1000101010011101111011110001111101001101001000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,157,59); }

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

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

 a { background-color: rgb(138,157,59); }

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

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

 span { border-color: rgb(138,157,59); }

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