#8A9334

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

Shades of Wasabi #8A9334

Tints of Wasabi #8A9334

Color information

#8A9334 (or 0x8A9334) is unknown color: approx Wasabi. HEX triplet: 8A, 93 and 34. RGB value is (138,147,52). Sum of RGB (Red+Green+Blue) = 138+147+52=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9334 is #756CCB. Grayscale: #858585. Windows color (decimal): -7695564 or 3445642. OLE color: 3445642.

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

Color convert

RGB13814752-
CMYK0.0600.650.42
HSL65.68º47.74%39.02%-
HSV(B)65.68º64.63%57.65%-
XYZ21.5326.527.23-
YUV133.4882.02131.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=40.95%
G=43.62%
B=15.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147520.0600.650.4265.6847.7439.02
Hex8A933460412A423027
Octal2122236460101521026047
Binary1000101010010011110100110010000011010101000010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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