#8A923C

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

Shades of Wasabi #8A923C

Tints of Wasabi #8A923C

Color information

#8A923C (or 0x8A923C) is unknown color: approx Wasabi. HEX triplet: 8A, 92 and 3C. RGB value is (138,146,60). Sum of RGB (Red+Green+Blue) = 138+146+60=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #8A923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A923C is #756DC3. Grayscale: #868686. Windows color (decimal): -7695812 or 3969674. OLE color: 3969674.

HSL color Cylindrical-coordinate representation of color #8A923C: hue angle of 65.58º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A923C is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB13814660-
CMYK0.0500.590.43
HSL65.58º41.75%40.39%-
HSV(B)65.58º58.9%57.25%-
XYZ21.5826.298.21-
YUV133.886.35130.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=40.12%
G=42.44%
B=17.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138146600.0500.590.4365.5841.7540.39
Hex8A923C503B2B422a28
Octal212222745073531025250
Binary100010101001001011110010101110111010111000010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,60); }

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

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

 a { background-color: rgb(138,146,60); }

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

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

 span { border-color: rgb(138,146,60); }

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