#8A934C

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

Shades of Wasabi #8A934C

Tints of Wasabi #8A934C

Color information

#8A934C (or 0x8A934C) is unknown color: approx Wasabi. HEX triplet: 8A, 93 and 4C. RGB value is (138,147,76). Sum of RGB (Red+Green+Blue) = 138+147+76=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #8A934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A934C is #756CB3. Grayscale: #888888. Windows color (decimal): -7695540 or 5018506. OLE color: 5018506.

HSL color Cylindrical-coordinate representation of color #8A934C: hue angle of 67.61º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A934C is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB13814776-
CMYK0.0600.480.42
HSL67.61º31.84%43.73%-
HSV(B)67.61º48.3%57.65%-
XYZ22.2226.7910.84-
YUV136.2294.02129.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=38.23%
G=40.72%
B=21.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147760.0600.480.4267.6131.8443.73
Hex8A934C60302A44202c
Octal2122231146060521044054
Binary1000101010010011100110011001100001010101000100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,76); }

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

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

 a { background-color: rgb(138,147,76); }

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

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

 span { border-color: rgb(138,147,76); }

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