#8A974E

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

Shades of Wasabi #8A974E

Tints of Wasabi #8A974E

Color information

#8A974E (or 0x8A974E) is unknown color: approx Wasabi. HEX triplet: 8A, 97 and 4E. RGB value is (138,151,78). Sum of RGB (Red+Green+Blue) = 138+151+78=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #8A974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A974E is #7568B1. Grayscale: #8B8B8B. Windows color (decimal): -7694514 or 5150602. OLE color: 5150602.

HSL color Cylindrical-coordinate representation of color #8A974E: hue angle of 70.68º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A974E is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB13815178-
CMYK0.0900.480.41
HSL70.68º31.88%44.9%-
HSV(B)70.68º48.34%59.22%-
XYZ22.9228.0911.42-
YUV138.7993.69127.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=37.60%
G=41.14%
B=21.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138151780.0900.480.4170.6831.8844.9
Hex8A974E90302947202d
Octal21222711611060511074055
Binary10001010100101111001110100101100001010011000111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,151,78); }

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

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

 a { background-color: rgb(138,151,78); }

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

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

 span { border-color: rgb(138,151,78); }

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