#8c923f

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

Shades of Wasabi #8C923F

Tints of Wasabi #8C923F

Color information

#8C923F (or 0x8C923F) is unknown color: approx Wasabi. HEX triplet: 8C, 92 and 3F. RGB value is (140,146,63). Sum of RGB (Red+Green+Blue) = 140+146+63=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #8C923F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C923F is #736DC0. Grayscale: #878787. Windows color (decimal): -7564737 or 4166284. OLE color: 4166284.

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

Color convert

RGB14014663-
CMYK0.0400.570.43
HSL64.34º39.71%40.98%-
HSV(B)64.34º56.85%57.25%-
XYZ21.9926.498.66-
YUV134.7487.51131.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.11%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 63 (25% from 255) = 18.05%
R=40.11%
G=41.83%
B=18.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140146630.0400.570.4364.3439.7140.98
Hex8C923F40392B402829
Octal214222774071531005051
Binary100011001001001011111110001110011010111000000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c923f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,146,63); }

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

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

 a { background-color: rgb(140,146,63); }

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

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

 span { border-color: rgb(140,146,63); }

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