#8A8F36

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

Shades of Wasabi #8A8F36

Tints of Wasabi #8A8F36

Color information

#8A8F36 (or 0x8A8F36) is unknown color: approx Wasabi. HEX triplet: 8A, 8F and 36. RGB value is (138,143,54). Sum of RGB (Red+Green+Blue) = 138+143+54=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8F36 is #7570C9. Grayscale: #838383. Windows color (decimal): -7696586 or 3575690. OLE color: 3575690.

HSL color Cylindrical-coordinate representation of color #8A8F36: hue angle of 63.37º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A8F36 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB13814354-
CMYK0.0300.620.44
HSL63.37º45.18%38.63%-
HSV(B)63.37º62.24%56.08%-
XYZ20.9725.317.27-
YUV131.3684.34132.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 54 (21.48% from 255) = 16.12%
R=41.19%
G=42.69%
B=16.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138143540.0300.620.4463.3745.1838.63
Hex8A8F36303E2C3f2d27
Octal21221766307654775547
Binary1000101010001111110110110111110101100111111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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