#8A9D42

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

Shades of Wasabi #8A9D42

Tints of Wasabi #8A9D42

Color information

#8A9D42 (or 0x8A9D42) is unknown color: approx Wasabi. HEX triplet: 8A, 9D and 42. RGB value is (138,157,66). Sum of RGB (Red+Green+Blue) = 138+157+66=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9D42 is #7562BD. Grayscale: #8D8D8D. Windows color (decimal): -7692990 or 4365706. OLE color: 4365706.

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

Color convert

RGB13815766-
CMYK0.1200.580.38
HSL72.53º40.81%43.73%-
HSV(B)72.53º57.96%61.57%-
XYZ23.5229.919.69-
YUV140.9485.71125.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 66 (26.17% from 255) = 18.28%
R=38.23%
G=43.49%
B=18.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138157660.1200.580.3872.5340.8143.73
Hex8A9D42C03A2649292c
Octal21223510214072461115154
Binary10001010100111011000010110001110101001101001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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