#8A932D

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

Shades of Wasabi #8A932D

Tints of Wasabi #8A932D

Color information

#8A932D (or 0x8A932D) is unknown color: approx Wasabi. HEX triplet: 8A, 93 and 2D. RGB value is (138,147,45). Sum of RGB (Red+Green+Blue) = 138+147+45=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #8A932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A932D is #756CD2. Grayscale: #858585. Windows color (decimal): -7695571 or 2986890. OLE color: 2986890.

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

Color convert

RGB13814745-
CMYK0.0600.690.42
HSL65.29º53.12%37.65%-
HSV(B)65.29º69.39%57.65%-
XYZ21.3926.466.46-
YUV132.6878.52131.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=41.82%
G=44.55%
B=13.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147450.0600.690.4265.2953.1237.65
Hex8A932D60452A413526
Octal2122235560105521016546
Binary1000101010010011101101110010001011010101000001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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