#8A9D36

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

Shades of Wasabi #8A9D36

Tints of Wasabi #8A9D36

Color information

#8A9D36 (or 0x8A9D36) is unknown color: approx Wasabi. HEX triplet: 8A, 9D and 36. RGB value is (138,157,54). Sum of RGB (Red+Green+Blue) = 138+157+54=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9D36 is #7562C9. Grayscale: #8B8B8B. Windows color (decimal): -7693002 or 3579274. OLE color: 3579274.

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

Color convert

RGB13815754-
CMYK0.1200.660.38
HSL71.07º48.82%41.37%-
HSV(B)71.07º65.61%61.57%-
XYZ23.229.788.02-
YUV139.5879.71126.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 54 (21.48% from 255) = 15.47%
R=39.54%
G=44.99%
B=15.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138157540.1200.660.3871.0748.8241.37
Hex8A9D36C04226473129
Octal21223566140102461076151
Binary10001010100111011101101100010000101001101000111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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