#8A954C

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

Shades of Wasabi #8A954C

Tints of Wasabi #8A954C

Color information

#8A954C (or 0x8A954C) is unknown color: approx Wasabi. HEX triplet: 8A, 95 and 4C. RGB value is (138,149,76). Sum of RGB (Red+Green+Blue) = 138+149+76=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #8A954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A954C is #756AB3. Grayscale: #898989. Windows color (decimal): -7695028 or 5019018. OLE color: 5019018.

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

Color convert

RGB13814976-
CMYK0.0700.490.42
HSL69.04º32.44%44.12%-
HSV(B)69.04º48.99%58.43%-
XYZ22.5327.4210.94-
YUV137.3993.36128.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=38.02%
G=41.05%
B=20.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138149760.0700.490.4269.0432.4444.12
Hex8A954C70312A45202c
Octal2122251147061521054054
Binary1000101010010101100110011101100011010101000101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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