#8A942E

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

Shades of Wasabi #8A942E

Tints of Wasabi #8A942E

Color information

#8A942E (or 0x8A942E) is unknown color: approx Wasabi. HEX triplet: 8A, 94 and 2E. RGB value is (138,148,46). Sum of RGB (Red+Green+Blue) = 138+148+46=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #8A942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A942E is #756BD1. Grayscale: #858585. Windows color (decimal): -7695314 or 3052682. OLE color: 3052682.

HSL color Cylindrical-coordinate representation of color #8A942E: hue angle of 65.88º 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 #8A942E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB13814846-
CMYK0.0700.690.42
HSL65.88º52.58%38.04%-
HSV(B)65.88º68.92%58.04%-
XYZ21.5626.786.62-
YUV133.3878.69131.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 46 (18.36% from 255) = 13.86%
R=41.57%
G=44.58%
B=13.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138148460.0700.690.4265.8852.5838.04
Hex8A942E70452A423526
Octal2122245670105521026546
Binary1000101010010100101110111010001011010101000010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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