#8A903F

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

Shades of Wasabi #8A903F

Tints of Wasabi #8A903F

Color information

#8A903F (or 0x8A903F) is unknown color: approx Wasabi. HEX triplet: 8A, 90 and 3F. RGB value is (138,144,63). Sum of RGB (Red+Green+Blue) = 138+144+63=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #8A903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A903F is #756FC0. Grayscale: #858585. Windows color (decimal): -7696321 or 4165770. OLE color: 4165770.

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

Color convert

RGB13814463-
CMYK0.0400.560.44
HSL64.44º39.13%40.59%-
HSV(B)64.44º56.25%56.47%-
XYZ21.3525.718.54-
YUV132.9788.51131.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 63 (25% from 255) = 18.26%
R=40%
G=41.74%
B=18.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138144630.0400.560.4464.4439.1340.59
Hex8A903F40382C402729
Octal212220774070541004751
Binary100010101001000011111110001110001011001000000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,144,63); }

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

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

 a { background-color: rgb(138,144,63); }

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

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

 span { border-color: rgb(138,144,63); }

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