#8A9648

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

Shades of Wasabi #8A9648

Tints of Wasabi #8A9648

Color information

#8A9648 (or 0x8A9648) is unknown color: approx Wasabi. HEX triplet: 8A, 96 and 48. RGB value is (138,150,72). Sum of RGB (Red+Green+Blue) = 138+150+72=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9648 is #7569B7. Grayscale: #898989. Windows color (decimal): -7694776 or 4757130. OLE color: 4757130.

HSL color Cylindrical-coordinate representation of color #8A9648: hue angle of 69.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A9648 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB13815072-
CMYK0.0800.520.41
HSL69.23º35.14%43.53%-
HSV(B)69.23º52%58.82%-
XYZ22.5627.6810.29-
YUV137.5291.02128.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 72 (28.52% from 255) = 20%
R=38.33%
G=41.67%
B=20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138150720.0800.520.4169.2335.1443.53
Hex8A964880342945232c
Octal21222611010064511054354
Binary10001010100101101001000100001101001010011000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,72); }

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

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

 a { background-color: rgb(138,150,72); }

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

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

 span { border-color: rgb(138,150,72); }

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