#8A9432

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

Shades of Wasabi #8A9432

Tints of Wasabi #8A9432

Color information

#8A9432 (or 0x8A9432) is unknown color: approx Wasabi. HEX triplet: 8A, 94 and 32. RGB value is (138,148,50). Sum of RGB (Red+Green+Blue) = 138+148+50=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9432 is #756BCD. Grayscale: #868686. Windows color (decimal): -7695310 or 3314826. OLE color: 3314826.

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

Color convert

RGB13814850-
CMYK0.0700.660.42
HSL66.12º49.49%38.82%-
HSV(B)66.12º66.22%58.04%-
XYZ21.6526.817.05-
YUV133.8480.69130.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=41.07%
G=44.05%
B=14.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138148500.0700.660.4266.1249.4938.82
Hex8A943270422A423127
Octal2122246270102521026147
Binary1000101010010100110010111010000101010101000010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,148,50); }

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

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

 a { background-color: rgb(138,148,50); }

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

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

 span { border-color: rgb(138,148,50); }

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